Merge branch 'develop' into FOTON

This commit is contained in:
zyd
2022-10-01 18:21:06 +08:00
@@ -101,6 +101,7 @@ public class Step8After implements TaskListener {
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
sarStandard.setEvaluationPeople(object1.getString("implementerId"));
sarStandard.setEvaluationPeopleName(object1.getString("implementer"));
sarStandard.setNoInvolve(object1.getString("noInvolve"));
sarStandard.setEvaluationTime(simpleDateFormat.format(new Date()));
i++;
productAssesses.add(sarStandard);