han\hanst 2 weeks 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 != ''"> <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>

Loading…
Cancel
Save