标准合规评估流程!!!
This commit is contained in:
@@ -26,6 +26,8 @@ public class BreakdownList {
|
|||||||
private String busStandCover;
|
private String busStandCover;
|
||||||
private String responsibleUnit;
|
private String responsibleUnit;
|
||||||
private String responsibleEngineer;
|
private String responsibleEngineer;
|
||||||
|
private String technicalRequir;
|
||||||
|
private String changePoint;
|
||||||
@JsonFormat( pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat( pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date xcxssrq;
|
private Date xcxssrq;
|
||||||
@JsonFormat( pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat( pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
|
|||||||
@@ -41,4 +41,7 @@ public class Step3DTO {
|
|||||||
private String standardInfo;
|
private String standardInfo;
|
||||||
private String typeId;
|
private String typeId;
|
||||||
|
|
||||||
|
private String technicalRequir;
|
||||||
|
private String changePoint;
|
||||||
|
|
||||||
}
|
}
|
||||||
-2
@@ -106,9 +106,7 @@ public class PEPmanagerApproveAfter implements TaskListener {
|
|||||||
res.setUname(da.getUname());
|
res.setUname(da.getUname());
|
||||||
res.setProjectManager(da.getProjectManager());
|
res.setProjectManager(da.getProjectManager());
|
||||||
//时间
|
//时间
|
||||||
// res.setXCXSSRQ(String.valueOf(delegateTask.getVariable("XCXSSRQ")));
|
|
||||||
res.setXCXSSRQ(breakdownList1.getXcxssrq());
|
res.setXCXSSRQ(breakdownList1.getXcxssrq());
|
||||||
// res.setZCCSSRQ(String.valueOf(delegateTask.getVariable("ZCCSSRQ")));
|
|
||||||
res.setZCCSSRQ(breakdownList1.getZccssrq());
|
res.setZCCSSRQ(breakdownList1.getZccssrq());
|
||||||
pepdtos.add(res);
|
pepdtos.add(res);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user