客户概览bug

master
wyj2080 6 years ago
parent cc66cbb1c5
commit 3f9e093b27

@ -55,7 +55,7 @@
<!--客户list-->
<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
where t1.id=t2.customer_id
<if test="memberId != null">

Loading…
Cancel
Save