fix:1.修复生成章节内容的风格获取
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user