| | |
| | | BattInf binf=new BattInf();
|
| | | binf.setStationName("");
|
| | | binf.setStationName1("");
|
| | | binf.setStationName2("");
|
| | | binf.setBattGroupId(0);
|
| | | binf.setBattGroupName1("");
|
| | | binf.setBattProducer("");
|
| | |
| | | mainf.setMaint_done_time1(ActionUtil.getSimpDate(date2));
|
| | |
|
| | | Batttestdata_inf tdata=new Batttestdata_inf();
|
| | | tdata.setTest_type(0);
|
| | | tdata.setTest_type(2);
|
| | | tdata.setTest_starttype(0);
|
| | | tdata.setRecord_time(ActionUtil.getSimpDate(date1));
|
| | | tdata.setRecord_time1(ActionUtil.getSimpDate(date2));
|
| | |
|
| | | User_inf uinf=new User_inf();
|
| | | uinf.setUId(0);
|
| | | uinf.setUId(1002);
|
| | |
|
| | | Page p = new Page();
|
| | | p.setPageCurr(1);
|
| | |
| | | bmd.setTdata(tdata);
|
| | | bmd.setMainf(mainf);
|
| | | bmd.setUinf(uinf);
|
| | | bservice.serchByCondition(bmd);
|
| | |
|
| | | List list=bservice.serchByCondition(bmd);
|
| | | System.out.println(list.size());
|
| | | }
|
| | | }
|