|
@@ -5,6 +5,7 @@ import com.ruoyi.common.core.utils.StringUtils;
|
|
import com.ruoyi.common.core.utils.file.FilePrefixUtils;
|
|
import com.ruoyi.common.core.utils.file.FilePrefixUtils;
|
|
import com.ruoyi.common.datascope.annotation.DataScopeMutiDept;
|
|
import com.ruoyi.common.datascope.annotation.DataScopeMutiDept;
|
|
import com.ruoyi.common.datascope.base.service.BaseService;
|
|
import com.ruoyi.common.datascope.base.service.BaseService;
|
|
|
|
+import com.ruoyi.common.security.utils.SecurityUtils;
|
|
import com.ruoyi.system.api.RemoteConfigService;
|
|
import com.ruoyi.system.api.RemoteConfigService;
|
|
import com.sooka.sponest.event.centereventteventcatalogue.domain.CentereventTEventcatalogue;
|
|
import com.sooka.sponest.event.centereventteventcatalogue.domain.CentereventTEventcatalogue;
|
|
import com.sooka.sponest.event.centereventteventcatalogue.domain.bo.VisuForestCloudExposureStageBO;
|
|
import com.sooka.sponest.event.centereventteventcatalogue.domain.bo.VisuForestCloudExposureStageBO;
|
|
@@ -100,6 +101,7 @@ public class CenterEventViewServiceImpl extends BaseService implements ICenterEv
|
|
@Override
|
|
@Override
|
|
public List<VisuForestCloudMapEventListBO> selectEventList(VisuForestCloudMapVO visuForestCloudMapVO) {
|
|
public List<VisuForestCloudMapEventListBO> selectEventList(VisuForestCloudMapVO visuForestCloudMapVO) {
|
|
setSookaDataBase(visuForestCloudMapVO);
|
|
setSookaDataBase(visuForestCloudMapVO);
|
|
|
|
+ visuForestCloudMapVO.setUserId(String.valueOf(SecurityUtils.getUserId()));
|
|
List<VisuForestCloudMapEventListBO> result = centerEventViewMapper.selectEventList(visuForestCloudMapVO);
|
|
List<VisuForestCloudMapEventListBO> result = centerEventViewMapper.selectEventList(visuForestCloudMapVO);
|
|
if (StringUtils.isEmpty(result)) {
|
|
if (StringUtils.isEmpty(result)) {
|
|
return result;
|
|
return result;
|