待支付的 不展示

This commit is contained in:
2025-12-11 11:39:28 +08:00
parent 62588e5829
commit b4998c8790

View File

@@ -89,6 +89,7 @@ public class MkPointsGoodsServiceImpl extends ServiceImpl<MkPointsGoodsMapper, M
QueryWrapper queryWrapper = query() QueryWrapper queryWrapper = query()
.eq(MkPointsGoodsRecord::getUserId, userId) .eq(MkPointsGoodsRecord::getUserId, userId)
.eq(MkPointsGoodsRecord::getShopId, shopId) .eq(MkPointsGoodsRecord::getShopId, shopId)
.eq(MkPointsGoodsRecord::getIsDel, 0)
.orderBy(MkPointsGoodsRecord::getCreateTime, false); .orderBy(MkPointsGoodsRecord::getCreateTime, false);
if (StrUtil.isNotBlank(status)) { if (StrUtil.isNotBlank(status)) {
if ("售后".equals(status)) { if ("售后".equals(status)) {