This commit is contained in:
linfso 2024-05-06 15:31:41 +08:00
parent c340712eee
commit d3954e4168

View File

@ -98,10 +98,11 @@
<select id="selectEmisCustomerUserList" parameterType="EmisCustomerUser" resultMap="EmisCustomerUserResult">
<include refid="selectEmisCustomerUserVo"/>
<where>
del_flag='0'
<if test="id != null "> and id = #{id}</if>
<if test="customerCode != null and customerCode != ''"> and customer_code=#{customerCode}</if>
<if test="customerName != null and customerName != ''"> and customer_name like concat('%', #{customerName}, '%')</if>