feat: 添加任务状态级联触发器,优化支付和做同款功能

主要更新:
- 添加 MySQL 触发器实现 task_status 表到其他表的状态级联
- 移除控制器中的多表状态检查代码
- 完善做同款功能,支持参数传递
- 支付宝 USD 转 CNY 汇率转换
- 修复状态枚举映射问题

注意: 触发器仅在 task_status 更新时触发,部分代码仍直接更新业务表
This commit is contained in:
AIGC Developer
2025-12-08 13:54:02 +08:00
parent 624d560fb4
commit 3c37006ebd
84 changed files with 5325 additions and 1668 deletions

View File

@@ -85,7 +85,7 @@ const goToStoryboardVideo = () => {
left: 0;
width: 100vw;
height: 100vh;
background: url('/images/backgrounds/welcome-bg.svg') center/cover no-repeat;
background: url('/images/backgrounds/welcome_bg.jpg') center/cover no-repeat;
z-index: -1;
}