|
@ -29,7 +29,6 @@ |
|
|
WHERE |
|
|
WHERE |
|
|
p.DEL_FLAG = '0' |
|
|
p.DEL_FLAG = '0' |
|
|
AND p.CUSTOMER_ID = #{customerId} |
|
|
AND p.CUSTOMER_ID = #{customerId} |
|
|
AND p.ORG_ID_PATH LIKE concat('%', #{agencyId}, '%') |
|
|
|
|
|
<if test="projectStatus != null and projectStatus != ''"> |
|
|
<if test="projectStatus != null and projectStatus != ''"> |
|
|
AND p.`STATUS` = #{projectStatus} |
|
|
AND p.`STATUS` = #{projectStatus} |
|
|
</if> |
|
|
</if> |
|
|