From f6d949079bc19e20ea5c48327bb763187fecaeee Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Thu, 14 May 2020 00:51:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF-=E5=A5=BD=E5=8F=8B?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E5=AF=BC=E8=B4=AD=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml index 1024a95..9d6cb3a 100644 --- a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml +++ b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml @@ -54,7 +54,7 @@ t2.create_time AS addTime , t2.avatar_url AS avatar , t3. LEVEL AS vipFlag, - t5.`name` as sellerName + t5.`name` as inviteSellerName FROM op_seller_customer_relation t1 join op_customer t2 on t1.customer_id = t2.id