Переглянути джерело

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

吉超博 4 роки тому
батько
коміт
c34fc79231

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

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