就餐模式
This commit is contained in:
parent
aafe9937a8
commit
6b08b9070c
|
|
@ -94,9 +94,9 @@ public class ShopCouponServiceImpl extends ServiceImpl<ShopCouponMapper, ShopCou
|
||||||
List<ShopCoupon> coupons = list(new QueryWrapper()
|
List<ShopCoupon> coupons = list(new QueryWrapper()
|
||||||
.eq(ShopCoupon::getShopId, StpKit.USER.getShopId())
|
.eq(ShopCoupon::getShopId, StpKit.USER.getShopId())
|
||||||
.eq(ShopCoupon::getGetType, "yes")
|
.eq(ShopCoupon::getGetType, "yes")
|
||||||
.eq(ShopCoupon::getGetMode, getMode)
|
|
||||||
.eq(ShopCoupon::getStatus, 1)
|
.eq(ShopCoupon::getStatus, 1)
|
||||||
.eq(ShopCoupon::getIsDel, 0)
|
.eq(ShopCoupon::getIsDel, 0)
|
||||||
|
.like(ShopCoupon::getGetMode, getMode)
|
||||||
);
|
);
|
||||||
|
|
||||||
for (ShopCoupon coupon : coupons) {
|
for (ShopCoupon coupon : coupons) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue