Explorar el Código

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

吉超博 hace 4 años
padre
commit
c34fc79231
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 ";
 		int totalCount = ytiotVAlarmDao.getRTUCount(hqlwhere);
 		json.put("totalCount", totalCount);
+		if(totalCount>0) {
+			List<?> ulist = ytiotVUserphoneDao.query(null, null, null, null, null);