no message

main
HUOJIN\92525 2026-03-12 14:08:32 +08:00
parent a789a31a0e
commit af4f1bdd8e
1 changed files with 2 additions and 2 deletions

View File

@ -2576,7 +2576,7 @@ public class DefaultPickTicketManager extends DefaultBaseManager implements
String cus_code=sheet.getCell(0,i).getContents().trim(); // 客户编号 String cus_code=sheet.getCell(0,i).getContents().trim(); // 客户编号
String relatedBill1=sheet.getCell(1,i).getContents().trim(); // 发货单编号 String relatedBill1=sheet.getCell(1,i).getContents().trim(); // 发货单编号
if(relatedBill1==null||relatedBill1.equals("")){ if(cus_code==null||cus_code.equals("")){
break; break;
} }
String billtype=sheet.getCell(34,i).getContents().trim();// 单据类型 String billtype=sheet.getCell(34,i).getContents().trim();// 单据类型
@ -2631,7 +2631,7 @@ public class DefaultPickTicketManager extends DefaultBaseManager implements
// 发货单编号,门店名称,约定发货日期,收货人姓名,收货人联系方式,省,市,区,详细地址,质量状态,物料编号,特殊工艺描述,申请发货数量,应收总额,头备注 // 发货单编号,门店名称,约定发货日期,收货人姓名,收货人联系方式,省,市,区,详细地址,质量状态,物料编号,特殊工艺描述,申请发货数量,应收总额,头备注
String cus_code=sheet.getCell(j++,i).getContents().trim(); // 客户 String cus_code=sheet.getCell(j++,i).getContents().trim(); // 客户
String relatedBill1=sheet.getCell(j++,i).getContents().trim(); // 发货单编号 String relatedBill1=sheet.getCell(j++,i).getContents().trim(); // 发货单编号
if(relatedBill1==null||relatedBill1.equals("")){ if(cus_code==null||cus_code.equals("")){
return; return;
} }
if(code_map_old.containsKey(relatedBill1)){ if(code_map_old.containsKey(relatedBill1)){