ximon-admin/src/main/java/com/sandu/ximon/admin/service/PoleLightemitService.java
@@ -123,6 +123,23 @@ return temp; } /** * 熙讯设备列表(用于首页数据统计) * * @return */ public List<PoleLightemitEntity> listLedOnHome() { List<PoleLightemitEntity> poleLightemitEntityList; //超管 if (SecurityUtils.getClientId() == null) { poleLightemitEntityList = poleLightemitDao.listLed(null, null, null); } else { poleLightemitEntityList = poleLightemitDao.listLed(null, SecurityUtils.getUserId(), null); } return poleLightemitEntityList; } /** * 绑定使用