OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-11 3600e939238a3acdd78c82b8c9c573d439bd1294
src/main/resources/mybatis/query-template/department-template.xml
@@ -49,6 +49,14 @@
        <if test="id != '' and id != null">
            AND ud.user_id = #{id}
        </if>
        <choose>
            <when test="excludeIds != null and excludeIds.size != 0">
                AND d.id NOT IN
                <foreach collection="excludeIds" item="item" index="index" separator="," open="(" close=")">
                    #{item}
                </foreach>
            </when>
        </choose>
    </select>