czt
2024-07-13 b030109e665301e7edd6ad0fe5c832ee10fe39b4
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>();