汉字问题

This commit is contained in:
2025-12-10 17:20:16 +08:00
parent 1e16b413e4
commit 000137725a

View File

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