标准评估流程,合规评估为啥没有不涉及

This commit is contained in:
zhangjun
2022-09-30 17:26:48 +08:00
parent 4f706501dd
commit 47099b8385
@@ -101,6 +101,7 @@ public class Step8After implements TaskListener {
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
sarStandard.setEvaluationPeople(object1.getString("implementerId")); sarStandard.setEvaluationPeople(object1.getString("implementerId"));
sarStandard.setEvaluationPeopleName(object1.getString("implementer")); sarStandard.setEvaluationPeopleName(object1.getString("implementer"));
sarStandard.setNoInvolve(object1.getString("noInvolve"));
sarStandard.setEvaluationTime(simpleDateFormat.format(new Date())); sarStandard.setEvaluationTime(simpleDateFormat.format(new Date()));
i++; i++;
productAssesses.add(sarStandard); productAssesses.add(sarStandard);