fix:提供关系构建脚本

This commit is contained in:
SengokuCola
2025-06-09 20:18:38 +08:00
parent 03a3be18aa
commit b4bf11b700
3 changed files with 820 additions and 2 deletions

View File

@@ -164,6 +164,8 @@ class PersonInfoManager:
logger.debug(f"更新'{field_name}'失败,未在 PersonInfo Peewee 模型中定义的字段。")
return
print(f"更新字段: {field_name},值: {value}")
processed_value = value
if field_name in JSON_SERIALIZED_FIELDS:
if isinstance(value, (list, dict)):