|
@@ -801,7 +801,7 @@
|
|
|
AND d.msg like CONCAT('%', #{filterPageByDeptVO.name},'%')
|
|
|
</if>
|
|
|
<if test="filterPageByDeptVO.doctorName != null and filterPageByDeptVO.doctorName != ''">
|
|
|
- AND a.doctor_name = #{filterPageByDeptVO.name}
|
|
|
+ AND a.doctor_name = #{filterPageByDeptVO.doctorName}
|
|
|
</if>
|
|
|
<if test="filterPageByDeptVO.deptName != null and filterPageByDeptVO.deptName != ''">
|
|
|
AND a.beh_dept_name = #{filterPageByDeptVO.deptName}
|
|
@@ -850,7 +850,7 @@
|
|
|
AND d.msg like CONCAT('%', #{filterPageByDeptVO.name},'%')
|
|
|
</if>
|
|
|
<if test="filterPageByDeptVO.doctorName != null and filterPageByDeptVO.doctorName != ''">
|
|
|
- AND a.doctor_name = #{filterPageByDeptVO.name}
|
|
|
+ AND a.doctor_name = #{filterPageByDeptVO.doctorName}
|
|
|
</if>
|
|
|
<if test="filterPageByDeptVO.deptName != null and filterPageByDeptVO.deptName != ''">
|
|
|
AND a.beh_dept_name = #{filterPageByDeptVO.deptName}
|