81041
2018-11-27 72bf018e4a2b8dc2bd99a0bb9a43bc9621edfdfe
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;
   }