|
|
@ -55,7 +55,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!--客户list-->
|
|
|
|
<!--客户list-->
|
|
|
|
<select id="selectCustomerList" resultType="com.kiisoo.ic.customer.entity.OpCustomer">
|
|
|
|
<select id="selectCustomerList" resultType="com.kiisoo.ic.customer.entity.OpCustomer">
|
|
|
|
select t1.id as id, t1.`name` as name,t1.phone as phone, t2.create_time as registerTime
|
|
|
|
select t1.id as id, t1.`name` as name, t1.member_id as memberId, t1.phone as phone, t2.create_time as registerTime
|
|
|
|
from op_customer t1, op_seller_customer_relation t2
|
|
|
|
from op_customer t1, op_seller_customer_relation t2
|
|
|
|
where t1.id=t2.customer_id
|
|
|
|
where t1.id=t2.customer_id
|
|
|
|
<if test="memberId != null">
|
|
|
|
<if test="memberId != null">
|
|
|
|