pad-矩阵-即时标签-排序:按添加时间倒序

This commit is contained in:
1378012178@qq.com 2026-04-08 09:39:06 +08:00
parent d3ce25da04
commit f5ce70ee61
1 changed files with 1 additions and 1 deletions

View File

@ -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>