|
@@ -1349,9 +1349,6 @@
|
|
|
<if test="organId != null">
|
|
|
AND find_in_set(t.organ_id_,#{organId})
|
|
|
</if>
|
|
|
- <if test="organId != null">
|
|
|
- AND t.organ_id_ = #{organId}
|
|
|
- </if>
|
|
|
<if test="userName != null and userName.trim() !=''">
|
|
|
AND su.username_ like concat('%',#{userName},'%')
|
|
|
</if>
|