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,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
     }