|
@@ -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);
|
|
|
|
|
|
/**
|