短剧新需求

This commit is contained in:
Tankaikai 2025-04-02 16:33:36 +08:00
parent 05efb09fd9
commit 7e9d8f27ea
1 changed files with 1 additions and 1 deletions

View File

@ -90,6 +90,6 @@
t1.create_time
from v_disc_spinning_record t1
where t1.user_id = ${userId}
order by t1.id asc
order by t1.id desc
</select>
</mapper>