Commit 24343541 by dong

fix20230404

parent 01aa2987
...@@ -593,6 +593,7 @@ def reply_consultation(): ...@@ -593,6 +593,7 @@ def reply_consultation():
cons_obj.reply_content = reply_content cons_obj.reply_content = reply_content
cons_obj.flag = 1 # 已回复 cons_obj.flag = 1 # 已回复
cons_obj.consultation_time = consultation_time # 回复时间 cons_obj.consultation_time = consultation_time # 回复时间
if is_sync == 1: if is_sync == 1:
cons_obj.is_sync = 1 # 跟平台同步 cons_obj.is_sync = 1 # 跟平台同步
db.session.commit() db.session.commit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment