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