D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-19 5ae58be547a2a922fb4f23fbfcbf024a2953bb27
gx_tieta/src/com/fgkj/actions/Batt_rtdataAction.java
@@ -26,6 +26,17 @@
      result=tojson(model);   
      return SUCCESS;
   }
   //跨域访问查询电池组的单体数据         < ! ---- ----  跨域访问  ------------>
   public String serchByCondition_ky(){
      //ActionUtil.isAllowHeaders();
      ServiceModel model = new ServiceModel();
      Batt_rtdata rtdata=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, Batt_rtdata.class);
      model=service.serchByCondition_ky(rtdata);
      result=ActionUtil.tojson(model);
      return SUCCESS;
   }
   public String getResult() {
      return result;
   }