Commit e8786ba5 by dong

fix20230404

parent 3625c955
......@@ -549,8 +549,8 @@ def consultation_list():
"link_mobile": cons_obj.link_mobile,
"flag": cons_obj.flag,
"reply_content": cons_obj.reply_content,
"consultation_time": cons_obj.consultation_time,
"reply_time": cons_obj.reply_time,
"consultation_time": cons_obj.consultation_time.strftime("%Y-%m-%d %H:%M:%S"),
# "reply_time": cons_obj.reply_time,
} for cons_obj in cons_obj_list]
except Exception as e:
current_app.logger.error(e)
......
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