Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
张松 2025-09-25 18:05:06 +08:00
commit 03ff241236
1 changed files with 1 additions and 1 deletions

View File

@ -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) {