工业级运维app手机api
沈斌
2017-11-02 b33acb38838b2c202e6e0c626a9625a19592c5bf
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;
   }