5-21 - 修改bug

main
tianxinlei 2026-05-21 17:06:49 +08:00
parent 77073d5bbe
commit c739e3980e
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@
</where>
GROUP BY kp.id
ORDER BY
kp.apply_status asc,
IF(kp.update_time IS NOT NULL, kp.update_time, kp.create_time) DESC
</select>
<select id="getInfoById" resultType="com.zcloud.key.project.persistence.dataobject.project.KeyProjectDO">