diff --git a/dsAiTeachingModel/api/controller/ThemeController.py b/dsAiTeachingModel/api/controller/ThemeController.py index 3bd9fcd5..2020d98c 100644 --- a/dsAiTeachingModel/api/controller/ThemeController.py +++ b/dsAiTeachingModel/api/controller/ThemeController.py @@ -80,6 +80,7 @@ async def save(request: Request): if id == 0: param["search_flag"] = 0 param["train_flag"] = 0 + param["quote_num"] = 0 # 插入数据 id = await insert("t_ai_teaching_model_theme", param, False) return {"success": True, "message": "保存成功!", "data": {"insert_id" : id}}