|
@@ -375,7 +375,7 @@
|
|
OR lower( m.buyer) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
OR lower( m.buyer) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
OR lower( m.seller) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
OR lower( m.seller) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
</if>
|
|
</if>
|
|
- ORDER BY m.signing_date DESC
|
|
|
|
|
|
+ ORDER BY m.signing_date
|
|
<if test="currentPage != null and currentPage != ''">
|
|
<if test="currentPage != null and currentPage != ''">
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
</if>
|
|
</if>
|