OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-03-14 fe21896bff9b9305df0294e0352b343e0dd4d0b9
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>
        )