标准合规评估流程 项目维度 入库数据完善 以及 bug修复
This commit is contained in:
@@ -19,6 +19,10 @@ public class PCAdataList {
|
||||
private Date ssrq;
|
||||
private String zrbm;
|
||||
private String standId;
|
||||
private String standType;
|
||||
private String standSort;
|
||||
private String standNumber;
|
||||
private String standYear;
|
||||
private String cycvppsbm;
|
||||
private String cycvppscn;
|
||||
private String kccvppsbm;
|
||||
|
||||
+3
-2
@@ -88,9 +88,10 @@ public class PCAdlApproveAfter implements TaskListener {
|
||||
|
||||
//合估评规 结果!
|
||||
SarStandardComplianceProductAssess sarStandard = new SarStandardComplianceProductAssess();
|
||||
// sarStandard.setProductLineId(o.getProductLine());
|
||||
sarStandard.setStandId(pcAdataList.getStandId());
|
||||
sarStandard.setStandName(pcAdataList.getStandName());
|
||||
sarStandard.setStandNumber(pcAdataList.getStandId());
|
||||
sarStandard.setStandNumber(pcAdataList.getStandSort()+" "+pcAdataList.getStandNumber()+"-"+pcAdataList.getStandYear());
|
||||
sarStandard.setStandType(pcAdataList.getStandType());
|
||||
//111
|
||||
sarStandard.setProductionCompletionTime(pcAdataList.getZcCompletionTime());
|
||||
sarStandard.setProductionCountermeasures(pcAdataList.getZcCountermeasures());
|
||||
|
||||
+3
-1
@@ -81,7 +81,9 @@ public class PCAffLiableDistributeAfter implements TaskListener {
|
||||
}
|
||||
});
|
||||
map.forEach((s, pcAtotal1) -> {
|
||||
nextUserList.add(s);
|
||||
if (null!=s) {
|
||||
nextUserList.add(s);
|
||||
}
|
||||
});
|
||||
delegateTask.setVariable("workPeoples",nextUserList);
|
||||
//截止时间 流程描述 创建人
|
||||
|
||||
Reference in New Issue
Block a user