|
@ -118,7 +118,7 @@ |
|
|
AND project.customer_id = #{customerId} |
|
|
AND project.customer_id = #{customerId} |
|
|
<if test="null != exclude and exclude.size() > 0"> |
|
|
<if test="null != exclude and exclude.size() > 0"> |
|
|
<foreach collection="exclude" item="id" open="AND ( " separator=" OR " close=" ) "> |
|
|
<foreach collection="exclude" item="id" open="AND ( " separator=" OR " close=" ) "> |
|
|
project.ID <![CDATA[ <> ]]> #{ID} |
|
|
project.ID <![CDATA[ <> ]]> #{id} |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
AND EXISTS ( |
|
|
AND EXISTS ( |
|
|