D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-19 5ae58be547a2a922fb4f23fbfcbf024a2953bb27
gx_tieta/src/com/fgkj/services/Deverror_recordService.java
@@ -28,6 +28,18 @@
      }
      return model;
   }
    //用户处理的结果
   public ServiceModel update(Object obj){
      boolean bl=dao.update(obj);
      if (bl) {
         model.setCode(1);
         model.setMsg("修改成功!");
      } else {
         model.setCode(0);
         model.setMsg("修改失败!");
      }
      return model;
   }
   //根据stationid查询设备的问题记录
   public ServiceModel serchByCondition(Object obj){
      List list=dao.serchByCondition(obj);