This commit is contained in:
linfso 2024-04-23 18:21:36 +08:00
parent 91c3f04ef0
commit f0f63c7810

View File

@ -48,7 +48,7 @@
<if test="customerCode != null and customerCode != ''"> and customer_code =#{customerCode}</if>
<if test="shortName != null and shortName != ''"> and short_name like concat('%', #{shortName}, '%')</if>
<if test="alias != null and alias != ''"> and alias like concat('%', #{alias}, '%')</if>
<if test="addressType != null and addressType != ''"> and address_type like concat('%', #{addressType}, '%')</if>
<if test="addressType != null and addressType != ''"> and address_type=#{addressType}</if>
<if test="country != null and country != ''"> and country like concat('%', #{country}, '%')</if>
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
<if test="phone != null and phone != ''"> and phone like concat('%', #{phone}, '%')</if>