pad-矩阵-即时标签-排序:按添加时间倒序
This commit is contained in:
parent
d3ce25da04
commit
f5ce70ee61
|
|
@ -248,7 +248,7 @@
|
||||||
, start_time ASC
|
, start_time ASC
|
||||||
</when>
|
</when>
|
||||||
<when test="dto.queryType == 'instant'">
|
<when test="dto.queryType == 'instant'">
|
||||||
, directive.directive_name ASC
|
, p.create_time desc
|
||||||
</when>
|
</when>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue