瀏覽代碼

数据中心

韩福成 1 年之前
父節點
當前提交
246857826e

+ 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);