修复sql小问题

This commit is contained in:
SengokuCola
2025-06-14 17:19:20 +08:00
parent b957e482e8
commit e4e14550c7
2 changed files with 9 additions and 5 deletions

View File

@@ -158,7 +158,6 @@ class ImageManager:
type="emoji",
description=description,
timestamp=current_timestamp,
# base64=image_base64,
)
# logger.debug(f"保存表情包元数据: {file_path}")
except Exception as e:
@@ -230,7 +229,6 @@ class ImageManager:
type="image",
description=description,
timestamp=current_timestamp,
# base64=image_base64,
)
logger.debug(f"保存图片元数据: {file_path}")
except Exception as e:
@@ -410,7 +408,6 @@ class ImageManager:
image_id=image_id,
emoji_hash=image_hash,
path=file_path,
# base64=image_base64,
type="image",
timestamp=current_timestamp,
vlm_processed=False,