|
|
|
@ -58,6 +58,7 @@
|
|
|
|
|
<select id="selectCustomerList" resultType="com.kiisoo.ic.customer.entity.OpCustomer">
|
|
|
|
|
select t2.create_time as registerTime,
|
|
|
|
|
t2.type as validType,
|
|
|
|
|
t2.create_time as registerTime,
|
|
|
|
|
t2.store_id as shopId
|
|
|
|
|
from op_seller_customer_relation t2
|
|
|
|
|
where
|
|
|
|
|