|
@@ -48,7 +48,7 @@
|
|
OR lower(contacts) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
OR lower(contacts) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
OR lower(contact_phone) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
OR lower(contact_phone) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
</if>
|
|
</if>
|
|
- ORDER BY topping_flag DESC ,update_date DESC
|
|
|
|
|
|
+ ORDER BY topping_flag DESC ,create_date DESC
|
|
<if test="currentPage != null and currentPage != ''">
|
|
<if test="currentPage != null and currentPage != ''">
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
</if>
|
|
</if>
|