@ -12,7 +12,7 @@
ra.status as status
FROM recharge_activity ra
WHERE ra.flag = 1
ORDER BY ra.update_time DESC
ORDER BY ra.create_time DESC
</select>
<!-- 查询活动 -->
@ -68,7 +68,7 @@
</if>
</where>
<trim prefix="ORDER BY" suffixOverrides=",">
ra.update_time DESC
ra.create_time DESC
</trim>
<!-- 新增活动 -->