Merge branch 'develop' into 'FOTON'

未符合项整改流程 ==》添加实际完成时间

See merge request foton-wkflow-group/foton-wkflow-rest!76
This commit is contained in:
王夏晖
2021-12-24 10:31:16 +08:00
@@ -98,6 +98,7 @@ public class DockingApprovalAfter implements TaskListener {
SarStandUnqualified sarStandUnqualified=new SarStandUnqualified();
sarStandUnqualified.setId(object1.getString("id"));
sarStandUnqualified.setCloseState(2);
sarStandUnqualified.setActualCloseTime(new Date());
sarStandUnqualifieds.add(sarStandUnqualified);
}
lawsUserInfoService.updateBatch(sarStandUnqualifieds);