From 54c7d3516c1a18d955ec805399837f625459ff47 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Sat, 2 May 2020 13:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=B3=A2=E5=8F=B8=E7=99=BB?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=95=B0=E6=8D=AE=C2=B7?= 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 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,