|
@ -17,6 +17,7 @@ |
|
|
|
|
|
|
|
|
package com.epmet.dao; |
|
|
package com.epmet.dao; |
|
|
|
|
|
|
|
|
|
|
|
import com.epmet.commons.mybatis.annotation.DataFilter; |
|
|
import com.epmet.commons.mybatis.dao.BaseDao; |
|
|
import com.epmet.commons.mybatis.dao.BaseDao; |
|
|
import com.epmet.commons.mybatis.entity.DataScope; |
|
|
import com.epmet.commons.mybatis.entity.DataScope; |
|
|
import com.epmet.dto.StaffRoleDTO; |
|
|
import com.epmet.dto.StaffRoleDTO; |
|
@ -44,6 +45,7 @@ public interface StaffRoleDao extends BaseDao<StaffRoleEntity> { |
|
|
* @param orgId |
|
|
* @param orgId |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
//@DataFilter(tableAliases = { "sr" })
|
|
|
List<GovStaffRoleResultDTO> listStaffIdsByRoleKeyAndOrgId(@Param("roleKey") String roleKey, @Param("orgId") String orgId, |
|
|
List<GovStaffRoleResultDTO> listStaffIdsByRoleKeyAndOrgId(@Param("roleKey") String roleKey, @Param("orgId") String orgId, |
|
|
@Param("dataScope") DataScope dataScope); |
|
|
@Param("dataScope") DataScope dataScope); |
|
|
|
|
|
|
|
@ -61,6 +63,7 @@ public interface StaffRoleDao extends BaseDao<StaffRoleEntity> { |
|
|
* @Author wangc |
|
|
* @Author wangc |
|
|
* @Date 2020.04.26 11:01 |
|
|
* @Date 2020.04.26 11:01 |
|
|
**/ |
|
|
**/ |
|
|
|
|
|
//@DataFilter(tableAliases = { "role" })
|
|
|
StaffRolesResultDTO getStaffRoles(CommonUserFormDTO commonUserFormDTO); |
|
|
StaffRolesResultDTO getStaffRoles(CommonUserFormDTO commonUserFormDTO); |
|
|
|
|
|
|
|
|
} |
|
|
} |