...
|
...
|
@@ -223,10 +223,12 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService, |
|
|
}
|
|
|
|
|
|
//更新异常数据状态
|
|
|
channelSkuCompareMapper.updateStatusByIds(abnormalIdList, CHANNEL_SKU_COMPARE_ABNORMAL, 0);//uid=0表示系统操作
|
|
|
if(CollectionUtils.isNotEmpty(abnormalIdList)) {
|
|
|
channelSkuCompareMapper.updateStatusByIds(abnormalIdList, CHANNEL_SKU_COMPARE_ABNORMAL, 0);//uid=0表示系统操作
|
|
|
}
|
|
|
|
|
|
//更新正常数据的建议价到storage表
|
|
|
if(CollectionUtils.isEmpty(storageList)){
|
|
|
if(CollectionUtils.isNotEmpty(storageList)){
|
|
|
storageMapper.updateBatchSuggestPrice(storageList);
|
|
|
}
|
|
|
|
...
|
...
|
|