feat(制品库功能开发): 功能优化

快照库列表根据创建时间倒序排序
This commit is contained in:
OTTO 2024-08-16 14:27:03 +08:00
parent 139671ade7
commit e05f73976f
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
and pe.enterprise_identifier = #{pmsEnterpriseIdentifier}
and pplr.name = #{repoName}
and pplr.snapshot_name IS NOT NULL
order by pplr.create_time desc
</where>
</select>