seaislee1209
a4c36e4fee
Build and Deploy / build-and-deploy (push) Successful in 4m50s
fix: v0.15.1 生成记录软删除 + 双重结算修复
1. 软删除:GenerationRecord 新增 is_deleted 字段,DELETE 接口改为标记不真删,
用户生成列表/资产页/任务详情过滤已删除记录,消费记录和管理后台不过滤
2. 双重结算修复:前端轮询(video_task_detail_view)不再调火山API和结算,
只读数据库状态,结算完全交给 Celery
3. _settle_payment 加防重入检查(frozen_amount==0 直接 return)
4. 部署需跑 migration 0016_add_is_deleted_to_generationrecord
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 20:05:08 +08:00
..
2026-03-13 09:59:33 +08:00
2026-03-13 09:59:33 +08:00
2026-03-13 09:59:33 +08:00
2026-03-13 15:38:08 +08:00
2026-03-16 06:59:54 +08:00
2026-03-18 12:02:54 +08:00
2026-03-19 00:02:56 +08:00
2026-03-20 20:32:12 +08:00
2026-03-22 03:11:05 +08:00
2026-03-22 21:36:20 +08:00
2026-03-22 23:22:22 +08:00
2026-03-25 01:56:26 +08:00
2026-03-25 13:10:28 +08:00
2026-03-26 23:25:58 +08:00
2026-03-29 04:09:47 +08:00
2026-03-30 20:33:02 +08:00
2026-03-31 20:05:08 +08:00