mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-01-17 02:05:20 +08:00
fix orderby clause which not in SELECT for mysql8
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<foreach collection="roleIds" item="item" open="(" close=")" separator=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
order by r.create_time desc
|
||||
order by p.create_time desc
|
||||
</select>
|
||||
|
||||
<select id="listByRoleId" resultMap="PrivilegeEntity">
|
||||
|
||||
Reference in New Issue
Block a user