ws183
2025-04-28 b306d1106b915bb13fd7a02217ae9c65de2fd03d
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);