|
@@ -10627,6 +10627,9 @@
|
|
|
<if test="deptName != null and deptName != ''">
|
|
|
AND a.beh_dept_name= #{deptName}
|
|
|
</if>
|
|
|
+ <if test="doctorName != null and doctorName != ''">
|
|
|
+ AND a.doctor_name like CONCAT('%', #{doctorName}, '%')
|
|
|
+ </if>
|
|
|
<if test="casesEntryIds != null and casesEntryIds.size()>0">
|
|
|
AND c.cases_entry_id IN
|
|
|
<foreach collection="casesEntryIds" item="item" open="(" close=")" separator=",">
|