This commit is contained in:
wucongxing8150 2025-06-03 15:29:35 +08:00
parent 654eb2ee5c
commit 8fc7084b31

View File

@ -30,7 +30,7 @@
FROM stats_case_clinical_doctor a
LEFT JOIN case_clinical_doctor b ON a.doctor_id = b.doctor_id
WHERE b.status = 1
<if test="doctor_name != null and doctor_name != ''">
<if test="doctorName != null and doctorName != ''">
AND b.doctor_name LIKE CONCAT('%', #{doctorName}, '%')
</if>
<if test="order != null and !order.isEmpty()">