胡轶钦 před 5 roky
rodič
revize
357b933950

+ 1
- 1
src/main/resources/mapper/TaDocumentVerifyMapper.xml Zobrazit soubor

@@ -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