web工单处理
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user