From 23f97c96573ec5275f1e5259f3a2a77a857bcd10 Mon Sep 17 00:00:00 2001 From: jiangyunjie Date: Wed, 29 Apr 2020 14:37:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=BD=E5=8F=8B=E5=88=97=E8=A1=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/OpSellerCustomerRelationDOMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml index 99b2b78..1ff7472 100644 --- a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml +++ b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml @@ -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} - and t4.id = #{sellerId} + and t4.user_id = #{sellerId} and