项目合规评估流程-项目 入到标准合规评估结果 里面 产品线、项目编号、项目名称没传值~~~

This commit is contained in:
Mr.Z
2021-09-08 16:53:25 +08:00
parent 3ffd73ba06
commit 0c9d30c1f6
@@ -101,9 +101,9 @@ public class PCAdlApproveAfter implements TaskListener {
SarStandardComplianceProductAssess sarStandard = new SarStandardComplianceProductAssess();
sarStandard.setStandId(pcAdataList.getStandId());
sarStandard.setStandName(pcAdataList.getStandName());
sarStandard.setProductLineId(pcAdataList.getProductLineId());
sarStandard.setProductId(pcAdataList.getProductId());
sarStandard.setProductName(pcAdataList.getProductName());
sarStandard.setProductLineId(res.getProductLine());
sarStandard.setProductId(res.getProjectNumber());
sarStandard.setProductName(res.getProjectName());
sarStandard.setStandNumber(pcAdataList.getStandSort()+" "+pcAdataList.getStandNumber()+"-"+pcAdataList.getStandYear());
sarStandard.setStandType(pcAdataList.getStandType());
sarStandard.setType(pcAdataList.getTypeId());
@@ -177,9 +177,9 @@ public class PCAdlApproveAfter implements TaskListener {
sarStandardChild.setStandName(pcAdataList.getStandName());
sarStandardChild.setStandNumber(pcAdataList.getStandSort()+" "+pcAdataList.getStandNumber()+"-"+pcAdataList.getStandYear());
sarStandardChild.setType(pcAchildren.getTypeId());
sarStandardChild.setProductLineId(pcAdataList.getProductLineId());
sarStandardChild.setProductId(pcAdataList.getProductId());
sarStandardChild.setProductName(pcAdataList.getProductName());
sarStandardChild.setProductLineId(res.getProductLine());
sarStandardChild.setProductId(res.getProjectNumber());
sarStandardChild.setProductName(res.getProjectName());
sarStandardChild.setProductionCompletionTime(pcAchildren.getZcCompletionTime());
sarStandardChild.setProductionCountermeasures(pcAchildren.getZcCountermeasures());
sarStandardChild.setProductionCompliance(pcAchildren.getZcComplianceReasons());