Commit 7d25946b by dong

fix20230404

parent f258418f
...@@ -534,7 +534,7 @@ def consultation_list(): ...@@ -534,7 +534,7 @@ def consultation_list():
"flag": cons_obj.flag, "flag": cons_obj.flag,
"reply_content": cons_obj.reply_content, "reply_content": cons_obj.reply_content,
"consultation_time": cons_obj.consultation_time.strftime("%Y-%m-%d") if cons_obj.consultation_time else "", "consultation_time": cons_obj.consultation_time.strftime("%Y-%m-%d") if cons_obj.consultation_time else "",
"reply_time": cons_obj.reply_time.strftime("%Y-%m-%d") if cons_obj.reply_time else "", # "reply_time": cons_obj.reply_time.strftime("%Y-%m-%d") if cons_obj.reply_time else "",
} }
data_li.append(data) data_li.append(data)
# data = [{ # data = [{
......
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