czt
6 小时以前 256f9c48f2c52985a094a220b644d60d24cb6ed4
igds-core/src/main/java/com/ld/igds/view/service/DeviceSerService.java
@@ -68,7 +68,7 @@
            companyId = ContextUtil.getCompanyId();
        String hql = " from " + DeviceSer.class.getName()
                + " where companyId=:companyId order by id + 0";
                + " where companyId=:companyId order by type,id + 0";
        Map<String, Object> param = new HashMap<String, Object>();
        param.put("companyId", companyId);