工业级运维app手机api
xufenglei
2017-11-02 3adff457825681de060b569413e21c4fd29579d6
src/main/java/com/moral/monitor/controller/ScreenController.java
@@ -88,7 +88,7 @@
         }
      } catch (Exception e) {
         e.printStackTrace();
         result.put("msg", "系统正忙,请稍后再试");
         result.put("msg", "系统错误,请联系管理员!原因如下:"+e.getMessage());
      }
      return result;
   }
@@ -114,7 +114,7 @@
         result.put("msg", be.getMessage());
      } catch (Exception e) {
         e.printStackTrace();
         result.put("msg", "系统正忙,请稍后再试");
         result.put("msg", "系统错误,请联系管理员!原因如下:"+e.getMessage());
      }
      return result;
   }
@@ -140,7 +140,7 @@
         result.put("msg", be.getMessage());
      } catch (Exception e) {
         e.printStackTrace();
         result.put("msg", "系统正忙,请稍后再试");
         result.put("msg", "系统错误,请联系管理员!原因如下:"+e.getMessage());
      }
      return result;
   }