@ -182,6 +182,9 @@
<if test="customerId != null and customerId != ''">
and rfc.CustomerID LIKE #{customerId}
</if>
<if test="site != null and site != ''">
and rfc.Site = #{site}
<if test="addressNo != null and addressNo != ''">
and rfc.AddressNo LIKE #{addressNo}