优化修改案件功能 #87

Merged
qtz merged 1 commits from qtz1 into dev 2024-02-22 01:44:17 +00:00
@@ -528,7 +528,7 @@ public class MsCaseApplicationServiceImpl implements MsCaseApplicationService {
throw new ServiceException("未找到当前流程节点"); throw new ServiceException("未找到当前流程节点");
} }
// 新增日志 // 新增日志
CaseLogUtils.insertCaseLog(caseApplication.getId(), currentFlow.getNodeId(), currentFlow.getCaseStatusName(),""); CaseLogUtils.insertCaseLog(caseApplication.getId(), currentFlow.getNodeId(), currentFlow.getCaseStatusName(),"修改案件");
return AjaxResult.success("修改成功"); return AjaxResult.success("修改成功");
} }