Merge branch 'master' of https://gitee.com/youlaiorg/youlai-boot
This commit is contained in:
@@ -53,6 +53,12 @@
|
||||
AND u.create_time <= #{endDate}
|
||||
</if>
|
||||
</if>
|
||||
<if test="queryParams.roleIds != null and queryParams.roleIds.size() > 0">
|
||||
AND sur.role_id IN
|
||||
<foreach item="roleId" collection="queryParams.roleIds" open="(" separator="," close=")">
|
||||
#{roleId}
|
||||
</foreach>
|
||||
</if>
|
||||
</where>
|
||||
GROUP BY
|
||||
u.id
|
||||
|
||||
Reference in New Issue
Block a user