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>