修正关键项目查询中的分组字段
parent
1284a61eaa
commit
394e415a31
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue