Selaa lähdekoodia

documentVerifyTel

胡轶钦 5 vuotta sitten
vanhempi
commit
da8657fde3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/main/resources/mapper/TaDocumentVerifyMapper.xml

+ 1
- 1
src/main/resources/mapper/TaDocumentVerifyMapper.xml Näytä tiedosto

@@ -9,7 +9,7 @@
9 9
     FROM
10 10
 	ta_document_verify a
11 11
 	LEFT JOIN ta_person b ON a.person_id = b.person_id
12
-	where 1=1
12
+	where a.status = 1
13 13
 	    <if test="name != '' and name !=null">
14 14
             and IFNULL(b.name,b.nickname) like CONCAT('%',#{name}, '%')
15 15
          </if>