diff --git a/src/main/resources/mybatisMapper/BoardInvestigationMapper.xml b/src/main/resources/mybatisMapper/BoardInvestigationMapper.xml index c9eb2733..5a4d7a29 100644 --- a/src/main/resources/mybatisMapper/BoardInvestigationMapper.xml +++ b/src/main/resources/mybatisMapper/BoardInvestigationMapper.xml @@ -18,6 +18,12 @@ AND a.content_title LIKE '%'||#{contentTitle}||'%' + + AND t.arrest_cd = #{arrestCd} + + + AND t.arrest_cd2 = #{arrestCd2} + And a.wrt_dt >= #{startDate}::DATE @@ -68,6 +74,20 @@ '); }); +$(document).on('change', '#arrestCd', function (){ + dynamicOption('#arrestCd2', $(this).val()); +}); + +$(document).on('change', '#searchArrestCd', function (){ + dynamicOption('#searchArrestCd2', $(this).val(), '검거유형2'); +}); $(function(){ $("#dateSelectorDiv").datepicker({ diff --git a/src/main/resources/templates/ivsgt/ivsgt.html b/src/main/resources/templates/ivsgt/ivsgt.html index 6c1691cb..4dddfbc1 100644 --- a/src/main/resources/templates/ivsgt/ivsgt.html +++ b/src/main/resources/templates/ivsgt/ivsgt.html @@ -4,6 +4,9 @@ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout/layout}"> +
@@ -38,9 +41,31 @@
+
+ +
+
+ +
+
+ +
@@ -76,8 +101,8 @@
- - +
+ @@ -88,21 +113,21 @@ - - - - - - - - - - - - + + + + + + + + + + + +
문서번호 관서작성일
- +
진행보고서
diff --git a/src/main/resources/templates/ivsgt/ivsgtEditModal.html b/src/main/resources/templates/ivsgt/ivsgtEditModal.html index d3b80ba6..a347b12e 100644 --- a/src/main/resources/templates/ivsgt/ivsgtEditModal.html +++ b/src/main/resources/templates/ivsgt/ivsgtEditModal.html @@ -55,7 +55,7 @@
- - + + + +