优化用户角色映射查询排序

This commit is contained in:
mzr 2025-06-03 16:19:06 +08:00
parent 9be598529b
commit a1c385fcf1
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
)
</if>
</where>
ORDER BY b.create_time DESC
ORDER BY b.create_time DESC, b.id
</select>
<select id="countUserByRole" parameterType="map" resultType="Integer">