Commit 1f77f9d9 authored by 段英荣's avatar 段英荣

modify

parent cdd512fc
......@@ -29,7 +29,7 @@ class TopicTransfer(object):
create_time = instance.create_time
print("id is:%d,create_time is:%s" % res["id"],str(create_time))
print("id is:%d,create_time is:%s" % (res["id"],str(create_time)))
res["create_time"] = tzlc(create_time)
update_time = instance.update_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