|
@@ -310,6 +310,7 @@ public class CenterEventViewServiceImpl extends BaseService implements ICenterEv
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public List<VisuForestCloudMapEventListBO> getHousingConstructionEventList(VisuForestCloudMapVO visuForestCloudMapVO) {
|
|
public List<VisuForestCloudMapEventListBO> getHousingConstructionEventList(VisuForestCloudMapVO visuForestCloudMapVO) {
|
|
|
|
+ setSookaDataBase(visuForestCloudMapVO);
|
|
List<VisuForestCloudMapEventListBO> result = centerEventViewMapper.getHousingConstructionEventList(visuForestCloudMapVO);
|
|
List<VisuForestCloudMapEventListBO> result = centerEventViewMapper.getHousingConstructionEventList(visuForestCloudMapVO);
|
|
if (StringUtils.isEmpty(result)) {
|
|
if (StringUtils.isEmpty(result)) {
|
|
return result;
|
|
return result;
|