更改ActionRecord为数据模型

This commit is contained in:
UnCLAS-Prommer
2025-08-24 00:11:57 +08:00
parent 90c7be0912
commit d2f98145da
4 changed files with 54 additions and 13 deletions

View File

@@ -8,6 +8,8 @@
"""
import traceback
import time
import json
from typing import Dict, List, Any, Union, Type, Optional
from src.common.logger import get_logger
from peewee import Model, DoesNotExist
@@ -337,8 +339,6 @@ async def store_action_info(
)
"""
try:
import time
import json
from src.common.database.database_model import ActionRecords
# 构建动作记录数据