feat: SAP排序字符串名称SORT改为ZSORT

This commit is contained in:
曹鹏飞 2024-07-05 10:50:05 +08:00
parent 8dd3101538
commit 1cec213f66
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ public class T1DTO {
protected String POTX1 = "";
@ApiModelProperty("排序字符串")
protected String SORT = "";
protected String ZSORT = "";
// @ApiModelProperty("是否发货")
// private String SFFH="";

View File

@ -35,7 +35,7 @@ public class T1ExtDTO {
protected String POTX1 = "";
@ApiModelProperty("排序字符串")
protected String SORT = "";
protected String ZSORT = "";
private boolean ignore = false;

View File

@ -187,7 +187,7 @@ public class BomNewPbomExportToSAPImpl implements IBomNewPbomExportToSAP {
t.setDATUM(dateYMD);
t.setMEINS(child.getMaterialUnit());
t.setIDNRK(child.getMaterialNo());
t.setSORT(BomUtil.generateSapOrderNum(child.getProjectType(), child.getMaterialCategoryCode()
t.setZSORT(BomUtil.generateSapOrderNum(child.getProjectType(), child.getMaterialCategoryCode()
, child.getFacCode(), child.getMaterialNo(), Objects.isNull(parent) ? 0 : parent.getBomExist()));
t.setIgnore(ignore);
if (BomConstant.PROJECT_TYPE_TEMPORARY.equals(child.getProjectType())) {