Commit 7e21abf3 authored by 邓吉芬's avatar 邓吉芬

bug修复

parent 27dbf3e1
...@@ -53,7 +53,7 @@ public class SyncTradeServiceImpl extends ServiceImpl<SyncTradeMapper, SyncTrade ...@@ -53,7 +53,7 @@ public class SyncTradeServiceImpl extends ServiceImpl<SyncTradeMapper, SyncTrade
} }
//限制商品 //限制商品
if(activity.getActivityGoodsStatus() == ActivityStoreAndGoodsStatusEnum.CONFINE.getCode()){ if(activity.getActivityGoodsStatus() == ActivityStoreAndGoodsStatusEnum.CONFINE.getCode()){
wrapper.in(SyncTrade::getCode,storeIdList); wrapper.in(SyncTrade::getCode,goodCodeList);
//剔除商品 //剔除商品
}else if(activity.getActivityGoodsStatus() == ActivityStoreAndGoodsStatusEnum.ELIMINATE.getCode()){ }else if(activity.getActivityGoodsStatus() == ActivityStoreAndGoodsStatusEnum.ELIMINATE.getCode()){
wrapper.notIn(SyncTrade::getCode,goodCodeList); wrapper.notIn(SyncTrade::getCode,goodCodeList);
......
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