@@ -5,7 +5,7 @@
SELECT
a.* ,
IFNULL(b.name,b.nickname) as name,
- b.phone as tel
+ IFNULL(b.tel,b.phone) as tel
FROM
ta_document_verify a
LEFT JOIN ta_person b ON a.person_id = b.person_id