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