|
@@ -94,7 +94,7 @@
|
|
AND (lower(o.name) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
AND (lower(o.name) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
OR lower(o.phone) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
OR lower(o.phone) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
</if>
|
|
</if>
|
|
- GROUP BY o.common_id
|
|
|
|
|
|
+ GROUP BY c.phone
|
|
ORDER BY o.authentication_status_key ASC,o.update_date DESC
|
|
ORDER BY o.authentication_status_key ASC,o.update_date DESC
|
|
<if test="currentPage != null and currentPage != ''">
|
|
<if test="currentPage != null and currentPage != ''">
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
LIMIT ${startRecord}, ${pageSize}
|