记得上下班打卡 | git大法好,push需谨慎

Commit 1646fdd9 authored by 张国柄's avatar 张国柄

~API:藏品上架处理;

parent c2105110
......@@ -41,7 +41,7 @@ public class PlatformGoblinGoodsSkuService extends ServiceImpl<GoblinGoodsSkuMap
LocalDateTime now = LocalDateTime.now();
LambdaQueryWrapper<GoblinGoodsSku> queryWrapper = Wrappers.lambdaQuery(GoblinGoodsSku.class);
queryWrapper.eq(GoblinGoodsSku::getSkuType, 1);// 1-数字藏品
queryWrapper.eq(GoblinGoodsSku::getUpchain, 1);
// queryWrapper.eq(GoblinGoodsSku::getUpchain, 1);// TODO: 2022/3/28 ==zhanggb
queryWrapper.eq(GoblinGoodsSku::getDelFlg, "0");
queryWrapper.eq(GoblinGoodsSku::getStatus, "3");
queryWrapper.eq(GoblinGoodsSku::getShelvesHandle, "3");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment