Commit 3e3aeeae by fsn

修复多角色无法登陆的bug

parent 50ecc12a
......@@ -147,11 +147,11 @@
FROM
relation rela
WHERE
rela.roleid IN (
rela.roleid IN
<foreach collection="list" index="index" item="i" open="(" separator="," close=")">
#{i}
</foreach>
))
)
) m3 ON m1.id = m3.id
order by levels,num asc
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment