修正关键项目查询中的分组字段

main
zhangyue 2026-05-21 16:38:04 +08:00
parent 1284a61eaa
commit 394e415a31
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
AND kp.project_type = #{params.projectType}
</if>
</where>
GROUP BY kp.key_project_id
GROUP BY kp.id
ORDER BY
IF(kp.update_time IS NOT NULL, kp.update_time, kp.create_time) DESC
</select>