|
@@ -128,7 +128,7 @@
|
|
|
<if test="appFlag == null">
|
|
|
group BY w.base_id,DATE_FORMAT(w.issuing_time,"%Y%m%d")
|
|
|
</if>
|
|
|
- ORDER BY w.update_date DESC
|
|
|
+ ORDER BY w.create_date DESC
|
|
|
<if test="currentPage != null and currentPage != ''">
|
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
|
</if>
|
|
@@ -210,7 +210,7 @@
|
|
|
<if test="appFlag == null">
|
|
|
group BY w.base_id,DATE_FORMAT(w.issuing_time,"%Y%m%d")
|
|
|
</if>
|
|
|
- ORDER BY w.update_date DESC
|
|
|
+ ORDER BY w.create_date DESC
|
|
|
<if test="currentPage != null and currentPage != ''">
|
|
|
LIMIT ${startRecord}, ${pageSize}
|
|
|
</if>
|