Commit 4fd59c0c authored by 段英荣's avatar 段英荣

modify

parent 5800e84f
......@@ -32,8 +32,11 @@ class UserTransfer(object):
res["is_recommend"] = False
res["is_shadow"] = False
latest_topic_time_val = instance.get_latest_topic_time_val()
res["latest_topic_time_val"] = latest_topic_time_val
try:
latest_topic_time_val = instance.get_latest_topic_time_val()
res["latest_topic_time_val"] = latest_topic_time_val
except:
res["latest_topic_time_val"] = -1
tzlc_create_time = tzlc(instance.create_time)
res["create_time"] = tzlc_create_time
......
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