fgd 1 ヶ月 前
コミット
e14dc0cf8c

+ 1 - 1
jy-log/src/main/java/com/jy/log/record/RecordAuditAspect.java

@@ -100,7 +100,7 @@ public class RecordAuditAspect {
                 if (args != null && args.length == 1 && args[0] instanceof BaseIdPo) {
                     logUserOperation.setBusinessId(((BaseIdPo) args[0]).getId());
                     boolean hasPendingAudit = logUserOperationService.hasPendingAuditByBusinessId(logUserOperation.getBusinessId());
-                    AssertUtil.eqFalse(hasPendingAudit, "已存在待修改记录,修改失败!");
+                    AssertUtil.eqFalse(hasPendingAudit, "已存在待修改记录,操作失败!");
                 }
 
                 logUserOperation.setAuditStatus(0);