摘要: 查询重复领取的优惠券 //查询8888888用户优惠券状态为未使用且数量大于2的用户领取过的优惠券 SELECT discount_coupon_id,count(discount_coupon_id) as c FROM `faith_user_discount_coupon` where use 阅读全文
posted @ 2023-07-20 14:40 白玉神驹 阅读(51) 评论(0) 推荐(0)