src/main/resources/mybatis/query-template/issueDepartment-template.xml | ●●●●● 패치 | 보기 | raw | blame | 히스토리 |
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> )