魏熙美 5 년 전
부모
커밋
88b042795f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/resources/mapper/TaDocumentVerifyMapper.xml

+ 1
- 1
src/main/resources/mapper/TaDocumentVerifyMapper.xml 파일 보기

@@ -14,7 +14,7 @@
14 14
 	    <if test="name != '' and name !=null">
15 15
             and IFNULL(b.name,b.nickname) like CONCAT('%',#{name}, '%')
16 16
          </if>
17
-        <if test="name != '' and name !=null">
17
+        <if test="tel != '' and tel !=null">
18 18
             and IFNULL(b.tel,b.phone) = #{tel}
19 19
         </if>
20 20
         order by a.create_date desc