소스 검색

数据中心

韩福成 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);