|
|
@@ -528,7 +528,7 @@ public class MsCaseApplicationServiceImpl implements MsCaseApplicationService {
|
|
528
|
528
|
throw new ServiceException("未找到当前流程节点");
|
|
529
|
529
|
}
|
|
530
|
530
|
// 新增日志
|
|
531
|
|
- CaseLogUtils.insertCaseLog(caseApplication.getId(), currentFlow.getNodeId(), currentFlow.getCaseStatusName(),"");
|
|
|
531
|
+ CaseLogUtils.insertCaseLog(caseApplication.getId(), currentFlow.getNodeId(), currentFlow.getCaseStatusName(),"修改案件");
|
|
532
|
532
|
|
|
533
|
533
|
return AjaxResult.success("修改成功");
|
|
534
|
534
|
}
|