zxl
2025-03-14 23b688e436a89845e92d861adb5875e625e90d9f
business/src/main/resources/mapper/ProjectEngineeringMapper.xml
@@ -64,7 +64,6 @@
    <select id="getPage" resultMap="BaseResultMap">
        SELECT
            TPE.project_info_id,
            TPE.project_type,
            TPE.investment_amount,
            TPE.status,
@@ -93,6 +92,8 @@
            <if test="query.projectType != null and query.projectType != ''">
                AND TPE.project_type = #{query.projectType}
            </if>
        ORDER BY TPE.gmt_create DESC
    </select>
</mapper>