feat: SAP排序字符串名称SORT改为ZSORT
This commit is contained in:
parent
8dd3101538
commit
1cec213f66
|
|
@ -47,7 +47,7 @@ public class T1DTO {
|
|||
protected String POTX1 = "";
|
||||
|
||||
@ApiModelProperty("排序字符串")
|
||||
protected String SORT = "";
|
||||
protected String ZSORT = "";
|
||||
|
||||
// @ApiModelProperty("是否发货")
|
||||
// private String SFFH="";
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ public class T1ExtDTO {
|
|||
protected String POTX1 = "";
|
||||
|
||||
@ApiModelProperty("排序字符串")
|
||||
protected String SORT = "";
|
||||
protected String ZSORT = "";
|
||||
|
||||
private boolean ignore = false;
|
||||
|
||||
|
|
|
|||
|
|
@ -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())) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue