Commit 9f0183f7cc3e2b027e6289b22ac4c833a5c29e18

Authored by 张志伟
1 parent 655c423d

:sparkles: 档案查询加上手机号

fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml
@@ -139,7 +139,8 @@ @@ -139,7 +139,8 @@
139 select distinct 139 select distinct
140 t1.*, 140 t1.*,
141 t2.contact name, 141 t2.contact name,
142 - t2.member_id member_id 142 + t2.member_id member_id,
  143 + t2.mobile
143 from customer t1 inner join customer_base_info t2 on t1.base_id = t2.id 144 from customer t1 inner join customer_base_info t2 on t1.base_id = t2.id
144 left join follow_task t3 on t1.id=t3.customer_id and t3.state=1 and t3.type=2 145 left join follow_task t3 on t1.id=t3.customer_id and t3.state=1 and t3.type=2
145 left join follow_task t4 on t1.id=t4.customer_id and t4.state=1 and t4.type=4 146 left join follow_task t4 on t1.id=t4.customer_id and t4.state=1 and t4.type=4