Commit d26ca9b0 by weijiguang

恢复部分代码

parent 9253ee23
...@@ -236,6 +236,10 @@ public class ShopGoodsServiceImpl implements IShopGoodsService { ...@@ -236,6 +236,10 @@ public class ShopGoodsServiceImpl implements IShopGoodsService {
}); });
}); });
if (CollectionUtils.isEmpty(skuIds)) {
return true;
}
int i = shopGoodsSkuMapper.updateSkuStatus(skuIds, "0", String.valueOf(shopId), String.valueOf(state)); int i = shopGoodsSkuMapper.updateSkuStatus(skuIds, "0", String.valueOf(shopId), String.valueOf(state));
//推送给极光 //推送给极光
List<Machine> machines = machineMapper.selectMachineByShopId(shopId); List<Machine> machines = machineMapper.selectMachineByShopId(shopId);
......
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