D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
gx_tieta/src/com/fgkj/actions/Batttestdata_infAction.java
@@ -15,7 +15,7 @@
import com.fgkj.services.Batttestdata_infService;
import com.opensymphony.xwork2.ActionSupport;
public class Batttestdata_infAction extends ActionSupport{
public class Batttestdata_infAction extends ActionUtil{
   private Batttestdata_inf bti;
   private Batt_Maint_Dealarm bmd;
   private ServiceModel model;
@@ -93,9 +93,9 @@
    * 根据电池组id查询电池组的inf表中的放电信息    <!------    跨域访问     --------->
    */
   public String searchBattTestInfDataById_ky(){
      ActionUtil.isAllowHeaders();
      //isAllowHeaders();
      Batttestdata_inf bti = ActionUtil.getGson().fromJson(json, Batttestdata_inf.class);
      model=service.serchByCondition_ky(bti);
      model=service.serchByCondition_ky(bti);
      result=ActionUtil.tojson(model);
      return SUCCESS;
   }