diff --git a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml index 4933415..72acc21 100644 --- a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml +++ b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml @@ -49,7 +49,7 @@ DISTINCT t2.NAME AS customerName, t2.id AS customerId, - t2.phone AS mobile, + t3.phone AS mobile, t1.user_id AS inviteSellerId, t1.create_time AS addTime, t2.avatar_url as avatar,