修正ie表更新的修改人

This commit is contained in:
2025-08-20 10:55:25 +08:00
parent a6515e971b
commit 1e8ef432df
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
x-env:
&template
image: fcb_photo_review:1.15.6
image: fcb_photo_review:1.15.7
restart: always
x-review:

View File

@@ -320,7 +320,7 @@ def save_or_update_ie(table, pk_phhd, data):
if db_data:
# 更新
db_data.update_time = now
db_data.creator = HOSTNAME
db_data.updater = HOSTNAME
for k, v in data.items():
setattr(db_data, k, v)
else: