1、文件样例配置审核通过后,删除本地文件;2、修正配置列表时间查询条件与排序设置。

This commit is contained in:
zhangwei
2018-05-22 13:47:49 +08:00
parent d0ffbe9f1c
commit c65b09c688
8 changed files with 172 additions and 91 deletions

View File

@@ -9,7 +9,7 @@ if (Servlets.isAjaxRequest(request)) {
if (ex!=null && StringUtils.startsWith(ex.getMessage(), "msg:")){
out.print(StringUtils.replace(ex.getMessage(), "msg:", ""));
}else{
out.print("操作权限不足.");
out.print("<spring:message code=\"no_permission\"/>.");
}
}