随访成功率修改
This commit is contained in:
parent
c5a2561f8e
commit
4653495da3
@ -238,8 +238,8 @@
|
|||||||
patient.hospital_agency_id,
|
patient.hospital_agency_id,
|
||||||
patient.campus_agency_id,
|
patient.campus_agency_id,
|
||||||
patient.department_id,
|
patient.department_id,
|
||||||
patient.ward_id,
|
patient.ward_id
|
||||||
count(record.id) as count
|
-- count(record.id) as count
|
||||||
from phone_dial_record record
|
from phone_dial_record record
|
||||||
left join patient_info patient on patient.id = record.patient_id
|
left join patient_info patient on patient.id = record.patient_id
|
||||||
<where>
|
<where>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user