diff --git a/src/main/resources/sql/mapper/base/actiongroup-mapper.xml b/src/main/resources/sql/mapper/base/actiongroup-mapper.xml index a190755..e951377 100644 --- a/src/main/resources/sql/mapper/base/actiongroup-mapper.xml +++ b/src/main/resources/sql/mapper/base/actiongroup-mapper.xml @@ -17,7 +17,9 @@ SELECT A.GRP_ID FROM TB_ACTION_GRP A AND GRP_ID IN (#{groupID}) -AND ${by} LIKE CONCAT('%', #{term}, '%') + +AND ${by} LIKE CONCAT('%', #{term}, '%') + diff --git a/src/main/resources/sql/mapper/base/authority-mapper.xml b/src/main/resources/sql/mapper/base/authority-mapper.xml index 79f9a04..ce5478c 100644 --- a/src/main/resources/sql/mapper/base/authority-mapper.xml +++ b/src/main/resources/sql/mapper/base/authority-mapper.xml @@ -53,7 +53,9 @@ SELECT * ) A AND AUTH_ID IN (#{authID}) -AND ${by} LIKE CONCAT('%', #{term}, '%') + +AND ${by} LIKE CONCAT('%', #{term}, '%') + diff --git a/src/main/resources/sql/mapper/base/department-mapper.xml b/src/main/resources/sql/mapper/base/department-mapper.xml index ab7a1c0..b102d41 100644 --- a/src/main/resources/sql/mapper/base/department-mapper.xml +++ b/src/main/resources/sql/mapper/base/department-mapper.xml @@ -37,7 +37,10 @@ /* 시군구 목록 조회(sigunguMapper.selectSigunguList) */ - AND ${by} LIKE CONCAT('%', #{term}, '%') + + + AND ${by} LIKE CONCAT('%', #{term}, '%') + AND SGG_CD IN (#{sggID}) AND INST_CD IN (#{instCode}) AND USE_YN = 'Y' @@ -54,7 +57,10 @@