优化用户角色映射查询排序
This commit is contained in:
parent
9be598529b
commit
a1c385fcf1
|
|
@ -180,7 +180,7 @@
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
ORDER BY b.create_time DESC
|
ORDER BY b.create_time DESC, b.id
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="countUserByRole" parameterType="map" resultType="Integer">
|
<select id="countUserByRole" parameterType="map" resultType="Integer">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue