沈斌
2018-06-09 938b35db33710afcbf42fe0b0b1137a6c6a0d7b4
src/main/java/com/moral/controller/ScreenController.java
@@ -375,8 +375,6 @@
      Account account = accountService.getAccountById(accountId);
      String regionName = areaService.queryFullNameByCode(code);
      if(account!=null&&regionName!=null){
          //去除空格
            regionName = regionName.replace(" ","");
         Object sensors = sensorService.queryAll();
         JSONObject params = new JSONObject();
         params.put("regionCode",code);