mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-23 05:46:40 +08:00
java/fix orderby clause which not in SELECT for mysql8
This commit is contained in:
parent
6dbb9ecd39
commit
384613c1fe
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user