|
@@ -309,10 +309,10 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
|
|
|
System.out.println("createby\t"+main.getCreateBy());*/
|
|
|
main.setSyPackingListFabricItem(items);
|
|
|
}
|
|
|
- if(main.getContainerNumber()!=null){
|
|
|
+ if(main.getContainerNumber()==null){
|
|
|
main.setContainerNumber("");
|
|
|
}
|
|
|
- if(main.getExportInvoiceNo()!=null){
|
|
|
+ if(main.getExportInvoiceNo()==null){
|
|
|
main.setExportInvoiceNo("");
|
|
|
}
|
|
|
if(maps.containsKey(main.getContainerNumber()+main.getExportInvoiceNo())){//有相同的外销发票号和集装箱号
|