feat: 客户和项目管理按时间倒序

This commit is contained in:
caiyuchao
2025-08-28 14:11:25 +08:00
parent 4b8fedf1d9
commit c0bbb0107f
3 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@
OR p.technical_owner_c = #{query.technicalOwner})
</if>
ORDER BY
p.id DESC
p.create_time DESC
</sql>
<select id="getLicenseProjects" resultType="org.agt.module.license.controller.admin.project.vo.ProjectRespVO">