@@ -1342,3 +1342,5 @@ public class YtiotVAlarmServiceImpl implements YtiotVAlarmService {
order_str = " order by u.id.id ";
int totalCount = ytiotVAlarmDao.getRTUCount(hqlwhere);
json.put("totalCount", totalCount);
+ if(totalCount>0) {
+ List<?> ulist = ytiotVUserphoneDao.query(null, null, null, null, null);