Browse Source

3dDisplayEngine YtiotVAlarmServiceImpl.java 吉超博 commit at 2020-11-04

吉超博 4 years ago
parent
commit
c34fc79231
1 changed files with 2 additions and 0 deletions
  1. 2 0
      3dDisplayEngine/buildingService/YtiotVAlarmServiceImpl.java

+ 2 - 0
3dDisplayEngine/buildingService/YtiotVAlarmServiceImpl.java

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