@@ -611,9 +611,6 @@
and c1.id = #{userId}
)
- <if test="deptId != null and deptId != ''">
- and t.beh_dept_id = #{deptId}
- </if>
<if test="diagnose != null and diagnose != ''">
AND t.diagnose LIKE CONCAT( '%', #{diagnose}, '%' )
</if>