Przeglądaj źródła

用户预警和修改换表BUG

lin 4 lat temu
rodzic
commit
3193ecd9f4

+ 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;
         }
     }