Commit b515b9b3 authored by lixiaofang's avatar lixiaofang

change mysql h

parent ddf3b549
......@@ -205,7 +205,7 @@ class User(models.Model):
try:
user_tag_id_list = list()
query_results = AccountUserTag.objects.filter(user=self.user_id, is_deleted=False).values("name")
query_results = AccountUserTag.objects.filter(user=self.user_id, is_deleted=False)
for item in query_results:
user_tag_id_list.append(item.tag_id)
......
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