@ -65,11 +65,6 @@
od.CUSTOMER_ID = #{id}
</foreach>
)
AND (
<foreach collection="customerIds" item="id" separator=" OR ">
cd.CUSTOMER_ID = #{id}
<if test="existsStatus == true">
AND cd.EPMET_CATEGORY_CODE IS NOT NULL
</if>