Quellcode durchsuchen

优化修改案件功能

qitz vor 2 Jahren
Ursprung
Commit
66131d6b1a

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/mscase/impl/MsCaseApplicationServiceImpl.java Datei anzeigen

528
             throw new ServiceException("未找到当前流程节点");
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
         return AjaxResult.success("修改成功");
533
         return AjaxResult.success("修改成功");
534
     }
534
     }