2
This commit is contained in:
parent
654eb2ee5c
commit
8fc7084b31
@ -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()">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user