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

批量修改海运价格时修改单询状态bug修复

parent e1ce6ae6
...@@ -552,6 +552,8 @@ public class ProductPriceServiceImpl extends AbstractService<ProductPriceMapper, ...@@ -552,6 +552,8 @@ public class ProductPriceServiceImpl extends AbstractService<ProductPriceMapper,
dbItem.setValidateStartDate(productPrice.getValidateStartDate()); dbItem.setValidateStartDate(productPrice.getValidateStartDate());
dbItem.setValidateEndDate(productPrice.getValidateEndDate()); dbItem.setValidateEndDate(productPrice.getValidateEndDate());
dbItem.setNeedOrderInquiry(productPrice.getNeedOrderInquiry());
dbItem.setNeedBook(productPrice.getNeedBook()); dbItem.setNeedBook(productPrice.getNeedBook());
dbItem.setDayLimit(productPrice.getDayLimit()); dbItem.setDayLimit(productPrice.getDayLimit());
dbItem.setContainerLocation(productPrice.getContainerLocation()); dbItem.setContainerLocation(productPrice.getContainerLocation());
......
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