Commit c6d7b76e authored by 332784038@qq.com's avatar 332784038@qq.com

复制价格对数据进行兼容处理

parent b94caa15
......@@ -3679,7 +3679,7 @@ public class ProductPriceServiceImpl extends AbstractService<ProductPriceMapper,
dbItem.setProductId(productId);
dbItem.setWarehouseLineId(lineId);
dbItem.setShippingChannelId(shippingChannelId);
dbItem.setId(null);
if (dbItem.getNeedBook() == null) {
dbItem.setNeedBook(0);
}
......
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