fix: [HOTFIX] 修复标题/配音创建500、素材库列表500、CORS配置 #92
Reference in New Issue
Block a user
Delete Branch "fix/api-500-hotfix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
紧急修复
生产环境v0.1.74上以下功能完全不可用:
修复内容
get_by_id()→find_by_id()(UserRepository没有get_by_id方法)cast(shared_users, JSONB).contains()(JSON列不支持@>操作符)https://saas.xiaoxiajianji.com已在develop分支验证(PR #91),此PR为cherry-pick到main的hotfix。