瀏覽代碼

verifyDocument

胡轶钦 5 年之前
父節點
當前提交
357b933950
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/resources/mapper/TaDocumentVerifyMapper.xml

+ 1
- 1
src/main/resources/mapper/TaDocumentVerifyMapper.xml 查看文件

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