Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -94,9 +94,9 @@ public class ShopCouponServiceImpl extends ServiceImpl<ShopCouponMapper, ShopCou
|
||||
List<ShopCoupon> coupons = list(new QueryWrapper()
|
||||
.eq(ShopCoupon::getShopId, StpKit.USER.getShopId())
|
||||
.eq(ShopCoupon::getGetType, "yes")
|
||||
.eq(ShopCoupon::getGetMode, getMode)
|
||||
.eq(ShopCoupon::getStatus, 1)
|
||||
.eq(ShopCoupon::getIsDel, 0)
|
||||
.like(ShopCoupon::getGetMode, getMode)
|
||||
);
|
||||
|
||||
for (ShopCoupon coupon : coupons) {
|
||||
|
||||
Reference in New Issue
Block a user