@ -598,7 +598,7 @@
<if test='null != endDate and endDate != "" '>
AND DATE_FORMAT(p.CREATED_TIME,'%Y%m%d') <![CDATA[ <= ]]> #{endDate}
</if>
<if test='null != status and status != "all" '>
<if test='null != status and status != "" and status != "all" '>
AND p.`STATUS` = #{status}
GROUP BY t.PROJECT_ID