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

add

parent b2774214
......@@ -261,7 +261,7 @@ def get_type_info_map():
name='suggest',
type='hospital_tips', # hospital
model=doctor.Doctor,
query_deferred=lambda: doctor.Doctor.objects.all().filter(services__is_online=True, doctor_type=DOCTOR_TYPE.OFFICER).query,
query_deferred=lambda: doctor.Doctor.objects.all().filter(doctor_type=DOCTOR_TYPE.OFFICER).query,
get_data_func=HospitalTransfer.get_hospital_suggest_data_list,
bulk_insert_chunk_size=100,
round_insert_chunk_size=5,
......
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