|
@@ -1334,6 +1334,9 @@
|
|
|
<if test="deptName != null and deptName != ''">
|
|
|
and t.beh_dept_name = #{deptName}
|
|
|
</if>
|
|
|
+ <if test="deptId != null and deptId != ''">
|
|
|
+ and t.beh_dept_id= #{deptId}
|
|
|
+ </if>
|
|
|
<if test="name != null and name != ''">
|
|
|
and t.name like CONCAT('%',#{name},'%')
|
|
|
</if>
|