81041
2018-12-21 53cfad82ff6fc63e6f2221d993e065cb32c8e141
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;
   }