diff --git a/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml b/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml index 612109f..98a1a24 100644 --- a/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml +++ b/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml @@ -139,7 +139,8 @@ select distinct t1.*, t2.contact name, - t2.member_id member_id + t2.member_id member_id, + t2.mobile from customer t1 inner join customer_base_info t2 on t1.base_id = t2.id left join follow_task t3 on t1.id=t3.customer_id and t3.state=1 and t3.type=2 left join follow_task t4 on t1.id=t4.customer_id and t4.state=1 and t4.type=4