D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
gx_tieta/src/com/fgkj/actions/BatttestdataAction.java
@@ -39,11 +39,11 @@
    * @return
    */
   public String findhistory_ky(){
      isAllowHeaders();
      //isAllowHeaders();
      ServiceModel model = new ServiceModel();
      btd = ActionUtil.getGson().fromJson(json, Batttestdata.class);
      model = service.serchByCondition_ky(btd);
      result = ActionUtil.tojson(model);
      //System.out.println("*************************");
      return SUCCESS;
   }