mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 21:08:31 +08:00
feat: 优化仪表板和模板的默认排序
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
<if test="sort != null">
|
||||
order by ${sort}
|
||||
</if>
|
||||
<if test="sort == null">
|
||||
order by panel_group.create_time desc
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<delete id="deleteCircle">
|
||||
|
||||
@@ -83,6 +83,9 @@
|
||||
<if test="sort != null">
|
||||
order by ${sort}
|
||||
</if>
|
||||
<if test="sort == null">
|
||||
order by panel_template.create_time desc
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<delete id="deleteCircle">
|
||||
|
||||
Reference in New Issue
Block a user