Mybatis mysql find_in_set用法

tags: #mybatis

     <if test="requestVO.responsible != null">
        and find_in_set(#{requestVO.responsible}, t.responsible)
    </if>