From 4029c7e3200f411c1cdae5349f58dbedcdc635e5 Mon Sep 17 00:00:00 2001 From: jiangyunjie Date: Tue, 28 Apr 2020 17:03:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=AD=89=E7=BA=A7?= 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 8ff3ede..99b2b78 100644 --- a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml +++ b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml @@ -11,7 +11,7 @@ t4.id AS inviteSellerId, t1.create_time AS addTime, t2.avatar, - t3.id as vipFlag + t3.level as vipFlag FROM op_seller_customer_relation t1, op_customer t2 left join op_vip t3 on t2.member_id = t3.id and t3.status = 1,