修正关键项目查询中的分组字段
parent
1284a61eaa
commit
394e415a31
|
|
@ -179,7 +179,7 @@
|
||||||
AND kp.project_type = #{params.projectType}
|
AND kp.project_type = #{params.projectType}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
GROUP BY kp.key_project_id
|
GROUP BY kp.id
|
||||||
ORDER BY
|
ORDER BY
|
||||||
IF(kp.update_time IS NOT NULL, kp.update_time, kp.create_time) DESC
|
IF(kp.update_time IS NOT NULL, kp.update_time, kp.create_time) DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue