Commit ae5d23a5 authored by liuzeheng's avatar liuzeheng

复制价格

parent 169b6f70
......@@ -3318,11 +3318,11 @@ public class ProductPriceServiceImpl extends AbstractService<ProductPriceMapper,
List<ProductDO> productList = Collections.singletonList(productDO);
//商品线路保存在redis。更新成功后移除
//batchSaveKeyInCache(productList, lineChannelList);
batchSaveKeyInCache(productList, lineChannelList);
createReqVO.setSync(true);
createReqVO.setBatch(false);
//batchUpdateAir(createReqVO, warehouseLineList, productList);
batchUpdateAir(createReqVO, warehouseLineList, productList);
}
......
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