|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
t2.id AS customerId,
|
|
|
|
|
t2.phone AS mobile,
|
|
|
|
|
t5.NAME AS inviteSellerName,
|
|
|
|
|
t4.id AS inviteSellerId,
|
|
|
|
|
t4.user_id AS inviteSellerId,
|
|
|
|
|
t1.create_time AS addTime,
|
|
|
|
|
t2.avatar,
|
|
|
|
|
t3.level as vipFlag
|
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
and t1.store_id = #{shopId}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="sellerId != null and sellerId != 0">
|
|
|
|
|
and t4.id = #{sellerId}
|
|
|
|
|
and t4.user_id = #{sellerId}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="search != null and search !=''">
|
|
|
|
|
and
|
|
|
|
|