|
|
@@ -65,7 +65,7 @@
|
|
|
</if>
|
|
|
</where>
|
|
|
group by a.id
|
|
|
- ORDER BY a.update_time DESC, a.id ASC
|
|
|
+ ORDER BY a.create_time DESC, a.id ASC
|
|
|
</select>
|
|
|
|
|
|
<insert id="savePayment">
|
|
|
@@ -443,7 +443,7 @@
|
|
|
</if>
|
|
|
</where>
|
|
|
group by a.id
|
|
|
- ORDER BY a.update_time DESC, a.id ASC
|
|
|
+ ORDER BY a.create_time DESC, a.id ASC
|
|
|
</select>
|
|
|
|
|
|
|