소스 검색

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