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,