|
@@ -583,6 +583,7 @@ public class TemplateGenerator2 {
|
|
DVentfanMapper fanDao =UtilTools.getBean(DVentfanMapper.class);
|
|
DVentfanMapper fanDao =UtilTools.getBean(DVentfanMapper.class);
|
|
DVentfanSQLBuilder fansb =new DVentfanSQLBuilder();
|
|
DVentfanSQLBuilder fansb =new DVentfanSQLBuilder();
|
|
DVentfanSQLBuilder.Criteria fansc = fansb.createCriteria();
|
|
DVentfanSQLBuilder.Criteria fansc = fansb.createCriteria();
|
|
|
|
+ fansc.andAidEqualTo(aid);
|
|
List<DVentfan> fans =fanDao.selectByExample(fansb);
|
|
List<DVentfan> fans =fanDao.selectByExample(fansb);
|
|
|
|
|
|
DVentdoorMapper doorDao =UtilTools.getBean(DVentdoorMapper.class);
|
|
DVentdoorMapper doorDao =UtilTools.getBean(DVentdoorMapper.class);
|
|
@@ -594,6 +595,7 @@ public class TemplateGenerator2 {
|
|
DPumpMapper pDao =UtilTools.getBean(DPumpMapper.class);
|
|
DPumpMapper pDao =UtilTools.getBean(DPumpMapper.class);
|
|
DPumpSQLBuilder psb =new DPumpSQLBuilder();
|
|
DPumpSQLBuilder psb =new DPumpSQLBuilder();
|
|
DPumpSQLBuilder.Criteria psc =psb.createCriteria();
|
|
DPumpSQLBuilder.Criteria psc =psb.createCriteria();
|
|
|
|
+ psc.andAidEqualTo(aid);
|
|
List<DPump> dPumpList =pDao.selectByExample(psb);
|
|
List<DPump> dPumpList =pDao.selectByExample(psb);
|
|
|
|
|
|
DPumpHfMapper hfDao =UtilTools.getBean(DPumpHfMapper.class);
|
|
DPumpHfMapper hfDao =UtilTools.getBean(DPumpHfMapper.class);
|