韩福成 преди 1 година
родител
ревизия
246857826e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/main/java/com/sooka/sponest/data/digitalforest/service/impl/ForestViewServiceImpl.java

+ 1 - 0
src/main/java/com/sooka/sponest/data/digitalforest/service/impl/ForestViewServiceImpl.java

@@ -80,6 +80,7 @@ public class ForestViewServiceImpl extends BaseServiceImpl implements IForestVie
     }
 
     @Override
+    @DataScopeMutiDept(deptAlias = "d", userAlias = "u")
     public ForestCloudRYList getRyList(ForestCloudMapVO forestCloudMapVO) {
         setSookaDataBase(forestCloudMapVO);
         List<ForestCloudRYBO> visuForestCloudRYBO = forestViewMapper.selectVisualRy(forestCloudMapVO);