工业级运维app手机api
fengxiang
2017-11-02 d295c866b8e7a831426abad61d9104ce5a180b33
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,8 +140,7 @@
         result.put("msg", be.getMessage());
      } catch (Exception e) {
         e.printStackTrace();
         //result.put("msg", "系统正忙,请稍后再试");
         result.put("msg", e.getMessage());
         result.put("msg", "系统错误,请联系管理员!原因如下:"+e.getMessage());
      }
      return result;
   }