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