Parcourir la source

verifyDocument

胡轶钦 il y a 5 ans
Parent
révision
357b933950
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/main/resources/mapper/TaDocumentVerifyMapper.xml

+ 1
- 1
src/main/resources/mapper/TaDocumentVerifyMapper.xml Voir le fichier

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