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