md
This commit is contained in:
parent
c340712eee
commit
d3954e4168
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user