处理首页删除数据还存在问题

This commit is contained in:
taozi
2021-01-29 14:44:27 +08:00
committed by xuwenbo
parent 0ee6c65298
commit 92cd40f8fa

View File

@ -414,7 +414,7 @@ public class YxStoreProductServiceImpl extends BaseServiceImpl<StoreProductMappe
LambdaQueryWrapper<YxStoreProduct> wrapper = new LambdaQueryWrapper<>();
wrapper.eq(YxStoreProduct::getIsShow, ShopCommonEnum.SHOW_1.getValue())
// .eq(YxStoreProduct::getIsIntegral,CommonEnum.SHOW_STATUS_1.getValue())
.eq(YxStoreProduct::getIsDel,ShopCommonEnum.DELETE_0.getValue())
.orderByDesc(YxStoreProduct::getSort);
// order