lyq hace 1 año
padre
commit
173f8d6192

+ 1 - 0
src/main/java/com/sooka/sponest/event/centereventteventcatalogue/service/impl/CenterEventViewServiceImpl.java

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