@@ -141,7 +141,7 @@
AND (FIND_IN_SET(organ_id_,#{organId}) and user_id_ is NULL or user_id_ = #{userId})
</if>
<if test="organId == null">
- and user_id_ = #{userId}
+ or user_id_ = #{userId}
</select>
</mapper>