mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(工作台): 优化最近使用排序问题 (#17876)
This commit is contained in:
@@ -268,9 +268,14 @@
|
||||
<if test="ew.info != null">
|
||||
AND NOT EXISTS(select 1 from per_busi_resource community where core_opt_recent.resource_id = community.id)
|
||||
</if>
|
||||
<if test="ew.isAsc">
|
||||
order by core_opt_recent.time asc
|
||||
</if>
|
||||
<choose>
|
||||
<when test="ew.isAsc">
|
||||
order by core_opt_recent.time asc
|
||||
</when>
|
||||
<otherwise>
|
||||
order by core_opt_recent.time desc
|
||||
</otherwise>
|
||||
</choose>
|
||||
</select>
|
||||
|
||||
<insert id="copyLinkJump">
|
||||
|
||||
Reference in New Issue
Block a user