self.topic_model.update_topic_by_topic_id(topic_id, {"up_vote": template_variables["votes"],})
template_variables["votes"] = self.vote_model.get_vote_by_topic_id_and_trigger_user_id(topic_id, self.current_user["uid"])
想对某个话题进行投票数统计,但运行一直报错:"up_vote": template_variables["votes"],
KeyError: 'votes'
template_variables["votes"] = self.vote_model.get_vote_by_topic_id_and_trigger_user_id(topic_id, self.current_user["uid"])
想对某个话题进行投票数统计,但运行一直报错:"up_vote": template_variables["votes"],
KeyError: 'votes'