OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-02-15 b30542f93e70e99205154fc316305a0976e64dc5
src/main/resources/mybatis/query-template/issueDepartment-template.xml
@@ -17,7 +17,7 @@
    <!--    이슈 담당부서 bulk 삭제 - modify, add 에서 사용  -->
    <delete id="deleteIssueDepartmentByIssueIdAndMultiDepartmentId" parameterType="java.util.HashMap">
        DELETE FROM issue_department WHERE issue_id = #{issueId} AND department_id IN (
        <foreach collection="map.departmentIds" item="item" index="index" separator="," open="" close="">
        <foreach collection="departmentIds" item="item" index="index" separator="," open="" close="">
            #{item}
        </foreach>
        )