fix:1.修复生成章节内容的风格获取

This commit is contained in:
xiamuceer
2025-11-28 20:24:17 +08:00
parent 3be62e1482
commit 45152a5694
5 changed files with 44 additions and 15 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ async def world_building_generator(
try:
result = await db.execute(
select(WritingStyle).where(
WritingStyle.project_id.is_(None),
WritingStyle.user_id.is_(None),
WritingStyle.order_index == 1
).limit(1)
)