app排序

This commit is contained in:
hayu 2024-09-23 15:03:35 +08:00
parent fd50ae3a21
commit f8fb10700c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
AND ts.team_id = -1
</if>
</if>
ORDER BY dispatch_time ASC
ORDER BY te.update_time DESC
</select>
<!--试验详情列表-->