wei.zhou

FIX BUG

...@@ -341,7 +341,7 @@ public class ChmConsignmentService { ...@@ -341,7 +341,7 @@ public class ChmConsignmentService {
341 341
342 342
343 //2、校验 7天+运单 ,如果有数据并且 还未报关就更新,如果数据就插入 343 //2、校验 7天+运单 ,如果有数据并且 还未报关就更新,如果数据就插入
344 - ChmConsignment chmConsignmentDB=this.findChmConsignmentByConsignmentCode(mawb.getBillNo(), DateUtils.addDate(DateUtils.getCurrentDate(),-7)); 344 + ChmConsignment chmConsignmentDB=this.findChmConsignmentByConsignmentCode(chmConsignment.getConsignmentCode(), DateUtils.addDate(DateUtils.getCurrentDate(),-7));
345 345
346 346
347 //3、新增或更新 347 //3、新增或更新
......