CZT
2023-11-27 c206acfaedc69c390fb67daa81bc686f58a212ef
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>();