|
@@ -92,7 +92,7 @@
|
|
<if test="showFlag != null and showFlag != ''">
|
|
<if test="showFlag != null and showFlag != ''">
|
|
AND show_flag = #{showFlag}
|
|
AND show_flag = #{showFlag}
|
|
</if>
|
|
</if>
|
|
- ORDER BY status DESC , update_date DESC
|
|
|
|
|
|
+ ORDER BY show_flag DESC , update_date DESC
|
|
<if test="currentPage != null and currentPage != ''">
|
|
<if test="currentPage != null and currentPage != ''">
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
</if>
|
|
</if>
|