PCTrainingExperienceController
This commit is contained in:
@@ -358,5 +358,21 @@
|
||||
#{roleName}
|
||||
</foreach>
|
||||
</select>
|
||||
<select id="getXFStoreManager" resultType="com.cool.store.entity.SysRoleDO">
|
||||
select
|
||||
*
|
||||
from sys_role_${enterpriseId}
|
||||
where
|
||||
(
|
||||
source = 'sync'
|
||||
or
|
||||
source = 'sync_position'
|
||||
)
|
||||
and role_name in
|
||||
<foreach collection="roleNames" item="roleName" open="(" close=")" separator=",">
|
||||
#{roleName}
|
||||
</foreach>
|
||||
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user