Commit bde21e18 authored by 段英荣's avatar 段英荣

mosify

parent 4164aaaf
......@@ -148,5 +148,5 @@ class User(models.Model):
return user_tag_id_list
except:
logging.error("catch exception,err_msg:%s" % traceback.format_exc())
return None
return []
......@@ -22,6 +22,7 @@ class UserTransfer(object):
res["city_id"] = instance.city_id
res["country_id"] = instance.country_id
res["is_online"] = instance.is_online
res["is_deleted"] = instance.is_deleted
try:
(is_recommend, is_shadow) = instance.get_is_recommend_flag()
......
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