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

modify

parent 88b9f66d
...@@ -72,6 +72,7 @@ class DoctorTransfer(object): ...@@ -72,6 +72,7 @@ class DoctorTransfer(object):
redis_val_dict['t'] = total_count redis_val_dict['t'] = total_count
redis_val_dict['d'] = doctor_results redis_val_dict['d'] = doctor_results
logging.info("duan add,redis_key_prefix:%s,redis_val_dict:%s" % (str(redis_key_prefix),str(redis_val_dict)))
redis_client.hmset(redis_key_prefix, redis_val_dict) redis_client.hmset(redis_key_prefix, redis_val_dict)
except: except:
logging.error("catch exception,err_msg:%s" % traceback.format_exc()) logging.error("catch exception,err_msg:%s" % traceback.format_exc())
......
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