流程结束归档所有的历史任务

This commit is contained in:
Mr-wang 2024-01-30 15:31:20 +08:00
parent 267b4dda35
commit 19183913e0

View File

@ -480,6 +480,7 @@ public class OaPendComponent {
for (HistoryTaskInstance historyTaskInstance : list) {
try {
updatePending2(historyTaskInstance, pec);
//readOa(historyTaskInstance.getId());
} catch (Exception e) {
}
}