优化修改案件功能

This commit is contained in:
qitz
2024-02-22 09:40:49 +08:00
parent 4a7194c9ea
commit 66131d6b1a
@@ -528,7 +528,7 @@ public class MsCaseApplicationServiceImpl implements MsCaseApplicationService {
throw new ServiceException("未找到当前流程节点");
}
// 新增日志
CaseLogUtils.insertCaseLog(caseApplication.getId(), currentFlow.getNodeId(), currentFlow.getCaseStatusName(),"");
CaseLogUtils.insertCaseLog(caseApplication.getId(), currentFlow.getNodeId(), currentFlow.getCaseStatusName(),"修改案件");
return AjaxResult.success("修改成功");
}