국제범죄검거 현황 엑셀다운로드 수정
parent
f93ac028d5
commit
58c776513f
|
|
@ -106,7 +106,7 @@ public class InternationalCrimeArrestController {
|
||||||
String[] headers = {"ica_key", "case_num", "organ", "department", "crime_type", "violation_type", "crime_name", "occur_table", "arrest_table", "suspect_table", "sex", "age", "country", "crime_awareness_dt", "case_sent_dt", "process_result"};
|
String[] headers = {"ica_key", "case_num", "organ", "department", "crime_type", "violation_type", "crime_name", "occur_table", "arrest_table", "suspect_table", "sex", "age", "country", "crime_awareness_dt", "case_sent_dt", "process_result"};
|
||||||
String[] headerNames = { "", "", "", "", "", "", "", "", "", "", "피의자 인적사항", "", "", "", "", ""};
|
String[] headerNames = { "", "", "", "", "", "", "", "", "", "", "피의자 인적사항", "", "", "", "", ""};
|
||||||
String[] headerNames2 = { "", "사건번호", "지방청", "경찰서", "범죄테마", "위반유형", "죄명", "발생원표", "검거원표", "피의자원표","성별","나이","국적","범죄인지","사건송치","신병처리"};
|
String[] headerNames2 = { "", "사건번호", "지방청", "경찰서", "범죄테마", "위반유형", "죄명", "발생원표", "검거원표", "피의자원표","성별","나이","국적","범죄인지","사건송치","신병처리"};
|
||||||
String[] columnType = { "int", "int", "String", "String", "String", "String", "String", "String", "String", "String","String","String","String","String","String","String"};
|
String[] columnType = { "int", "String", "String", "String", "String", "String", "String", "String", "String", "String","String","String","String","String","String","String"};
|
||||||
excel.setHeaders(headers);
|
excel.setHeaders(headers);
|
||||||
excel.setHeaderNames(headerNames);
|
excel.setHeaderNames(headerNames);
|
||||||
excel.setHeaderNames2(headerNames2);
|
excel.setHeaderNames2(headerNames2);
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
</form>
|
</form>
|
||||||
<div class="tab-pane fade show active" id="ica" role="tabpanel"
|
<div class="tab-pane fade show active" id="ica" role="tabpanel"
|
||||||
aria-labelledby="arrest-tab">
|
aria-labelledby="arrest-tab">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped" id="ivsgtTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="2">지방청</th>
|
<th rowspan="2">지방청</th>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue