dev #4

Closed
Echo wants to merge 17 commits from dev into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1e8ef432df - Show all commits

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: