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

Commit c3ef4740 authored by 张国柄's avatar 张国柄

~API:藏品上架处理;

parent d5055fa2
......@@ -45,7 +45,7 @@ public class PlatformGoblinGoodsSkuService extends ServiceImpl<GoblinGoodsSkuMap
queryWrapper.eq(GoblinGoodsSku::getStatus, "3");
queryWrapper.eq(GoblinGoodsSku::getShelvesHandle, "3");
queryWrapper.le(GoblinGoodsSku::getShelvesTime, now);
queryWrapper.eq(GoblinGoodsSku::getShelvesStatus, "0", "1");
queryWrapper.in(GoblinGoodsSku::getShelvesStatus, "0", "1");
queryWrapper.orderByAsc(GoblinGoodsSku::getShelvesTime);
queryWrapper.select(GoblinGoodsSku::getSkuId, GoblinGoodsSku::getSpuId);
......
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