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