随访成功率修改

This commit is contained in:
zhangheng 2025-01-22 14:39:22 +08:00
parent c5a2561f8e
commit 4653495da3

View File

@ -238,8 +238,8 @@
patient.hospital_agency_id,
patient.campus_agency_id,
patient.department_id,
patient.ward_id,
count(record.id) as count
patient.ward_id
-- count(record.id) as count
from phone_dial_record record
left join patient_info patient on patient.id = record.patient_id
<where>