LiJun
2018-11-23 e5e184fe0eb45164ce6585c52ecbf9ad3fb3dd40
gx_tieta/src/com/fgkj/actions/BatttestdataAction.java
@@ -41,9 +41,9 @@
   public String findhistory_ky(){
      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;
   }