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