提交 7f862b1f authored 作者: wangjiahao's avatar wangjiahao

refactor:仪表版视图列表组件列表排序方式和视图保持一致

上级 6cda486c
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<where> <where>
FIND_IN_SET(chart_group.id,cids) FIND_IN_SET(chart_group.id,cids)
</where> </where>
order by create_time desc order by `type` desc,name asc
</select> </select>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<where> <where>
FIND_IN_SET(chart_view.id,cids) FIND_IN_SET(chart_view.id,cids)
</where> </where>
order by create_time desc order by `type` desc,name asc
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论