han\hanst 1 week ago
parent
commit
169f4d5c57
  1. 3
      src/main/resources/mapper/base/BaseMapper.xml

3
src/main/resources/mapper/base/BaseMapper.xml

@ -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>
<if test="addressNo != null and addressNo != ''">
and rfc.AddressNo LIKE #{addressNo}
</if>

Loading…
Cancel
Save