zhangyuewww преди 3 години
родител
ревизия
4953a247ea
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/IdentityAuthenticationInfoMapper.xml

+ 2 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/IdentityAuthenticationInfoMapper.xml

@@ -34,7 +34,7 @@
             OR lower(a.customer_phone) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
         <if test="authenticationStatusKey != null and authenticationStatusKey != ''">
-            a.authentication_status_key=#{authenticationStatusKey}
+            and a.authentication_status_key=#{authenticationStatusKey}
         </if>
         group by
         a.id
@@ -64,7 +64,7 @@
             OR lower(a.customer_phone) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
         <if test="authenticationStatusKey != null and authenticationStatusKey != ''">
-            a.authentication_status_key=#{authenticationStatusKey}
+            and a.authentication_status_key=#{authenticationStatusKey}
         </if>
         group by
         a.id) t