czt
3 天以前 256f9c48f2c52985a094a220b644d60d24cb6ed4
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>();