web工单处理

This commit is contained in:
2025-12-28 13:18:28 +08:00
parent 1148e3368d
commit 7de30b1b36
12 changed files with 1209 additions and 95 deletions

View File

@@ -380,6 +380,7 @@ public class WorkcaseServiceImpl implements WorkcaseService {
workcase.setStatus("cancelled");
workcaseMapper.updateWorkcase(workcase);
}
workcaseProcess.setCreator(LoginUtil.getCurrentUserId());
int rows = workcaseProcessMapper.insertWorkcaseProcess(workcaseProcess);
if (rows > 0) {