日志查询错误时统一分类提示信息

This commit is contained in:
zhanghongqing
2018-08-03 10:59:20 +08:00
parent e70ca37255
commit 09d7ecfabc
31 changed files with 53 additions and 30 deletions

View File

@@ -71,7 +71,7 @@ public class DkBehaviorLogController extends BaseController{
}
} catch (Exception e) {
logger.info("查询行为识别日志失败", e);
addMessage(model, e.getMessage());
addMessageLog(model, e.getMessage());
}
return "/log/manipulation/dkBehaviorList";
}