| | |
| | | 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;
|
| | |
| | | return SUCCESS;
|
| | | }
|
| | |
|
| | | |
| | | /**
|
| | | * 根据电池组id查询电池组的inf表中的放电信息 <!------ 跨域访问 --------->
|
| | | */
|
| | | public String searchBattTestInfDataById_ky(){
|
| | | //isAllowHeaders();
|
| | | Batttestdata_inf bti = ActionUtil.getGson().fromJson(json, Batttestdata_inf.class);
|
| | | model=service.serchByCondition_ky(bti); |
| | | result=ActionUtil.tojson(model);
|
| | | return SUCCESS;
|
| | | }
|
| | | |
| | | public void setBti(Batttestdata_inf bti) {
|
| | | this.bti = bti;
|
| | | }
|