浏览代码

用户预警和修改换表BUG

lin 4 年之前
父节点
当前提交
3193ecd9f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      smart-city-platform/src/main/java/com/bz/smart_city/config/ExceptionHandle.java

+ 1 - 1
smart-city-platform/src/main/java/com/bz/smart_city/config/ExceptionHandle.java

@@ -56,7 +56,7 @@ public class ExceptionHandle {
             return ajaxMessage;
         }else {
             ajaxMessage.setMsg(ResultStatus.SYSTEM_ERROR);
-            log.info("[系统异常] {}", e);
+            log.error("[系统异常] {}", e);
             return ajaxMessage;
         }
     }