shi'sen'yuan 3 년 전
부모
커밋
6004458594
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      master/src/main/java/com/ruoyi/project/plant/mapper/TStaffmgrMapper.java

+ 2 - 0
master/src/main/java/com/ruoyi/project/plant/mapper/TStaffmgrMapper.java

@@ -46,6 +46,7 @@ public interface TStaffmgrMapper
      * @param tStaffmgr 人员管理
      * @return 人员管理集合
      */
+    @DataScope(deptAlias = "d")
     public List<TStaffmgr> selectList(TStaffmgr tStaffmgr);
 
     /**
@@ -54,6 +55,7 @@ public interface TStaffmgrMapper
      * @param tStaffmgr 人员管理
      * @return 人员管理集合
      */
+    @DataScope(deptAlias = "d")
     public List<TStaffmgr> selectRecordList(TStaffmgr tStaffmgr);
 
     /**