汉字问题
This commit is contained in:
@@ -49,7 +49,7 @@ public class MkPointsGoodsServiceImpl extends ServiceImpl<MkPointsGoodsMapper, M
|
||||
.orderBy(MkPointsGoods::getId, false)
|
||||
);
|
||||
page.getRecords().forEach(goods -> {
|
||||
if (goods.getGoodsCategory().equals("优惠劵")) {
|
||||
if (goods.getGoodsCategory().equals("优惠券")) {
|
||||
ShopCoupon one = shopCouponService.getOne(query().eq(ShopCoupon::getId, goods.getCouponId())
|
||||
.eq(ShopCoupon::getShopId, shopId)
|
||||
.eq(ShopCoupon::getStatus, 1)
|
||||
|
||||
Reference in New Issue
Block a user