就餐模式

This commit is contained in:
2025-09-25 17:56:47 +08:00
parent aafe9937a8
commit 6b08b9070c

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