|
@@ -606,7 +606,6 @@ public class TemplateGenerator2 {
|
|
|
dPumpList.forEach(dPump -> {
|
|
|
DPumpVo vo =new DPumpVo();
|
|
|
vo.setPump(dPump);
|
|
|
- hfsb.clear();
|
|
|
hfsc.andPumpidEqualTo(dPump.getId());
|
|
|
hfsb.setOrderByClause("hight");
|
|
|
List<DPumpHf> hfs =hfDao.selectByExample(hfsb);
|