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);