igds-core/src/main/java/com/ld/igds/view/service/HGrainOilShopService.java
@@ -22,7 +22,7 @@ public void pageData(Page<GrainOilShop> page, Map<String, Object> param) throws Exception { String hql = " from " + Granary.class.getName() String hql = " from " + GrainOilShop.class.getName() + " where companyId=:companyId"; Map<String, Object> args = new HashMap<String, Object>();