|
@@ -125,7 +125,7 @@
|
|
<if test="contractNo != null and contractNo != ''">
|
|
<if test="contractNo != null and contractNo != ''">
|
|
AND contract_no = #{contractNo}
|
|
AND contract_no = #{contractNo}
|
|
</if>
|
|
</if>
|
|
- ORDER BY update_date DESC
|
|
|
|
|
|
+ ORDER BY close_position_date DESC
|
|
<if test="currentPage != null and currentPage != ''">
|
|
<if test="currentPage != null and currentPage != ''">
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
</if>
|
|
</if>
|