분야별 통계 엑셀다운.

master
Hyung Geun 2022-04-18 13:49:48 +09:00
parent 989c42f1b6
commit 27e3e6d775
4 changed files with 5 additions and 6 deletions

1
.gitignore vendored
View File

@ -185,3 +185,4 @@ fabric.properties
hs_err_pid*
replay_pid*
faics.iml

View File

@ -203,7 +203,7 @@ public class ReportStatsController {
// 분야별 통계
if ("C".equals(searchVO.getStatsType())) {
header.put("PLACENAME", messageSource.getMessage("report.view.division", null, locale));
header.put("placename", messageSource.getMessage("report.view.division", null, locale));
header.put("TOTAL", messageSource.getMessage("report.stats.total", null, locale));
for (String category : reportSearchVO.getCategory1()) {
header.put(category + "_1", messageSource.getMessage("report.category." + category + "_1", null, locale));
@ -259,7 +259,7 @@ public class ReportStatsController {
e.printStackTrace();
}
} else if ("J".equals(searchVO.getStatsType())) {
header.put("PLACENAME", messageSource.getMessage("report.view.division", null, locale));
header.put("placename", messageSource.getMessage("report.view.division", null, locale));
header.put("REPORT1", messageSource.getMessage("report.type.fullReport1", null, locale));
header.put("REPORT2", messageSource.getMessage("report.type.fullReport2", null, locale));

View File

@ -149,7 +149,7 @@
#{notice},
1,
0,
0,
0,
#{data1,jdbcType=VARCHAR},
#{data2,jdbcType=VARCHAR},
#{place1,jdbcType=VARCHAR},

View File

@ -290,7 +290,6 @@
</form:form>
<script type="text/javascript">
<!--
$(document).ready(function(){
// 조건보기
$('#btnCondigion').click(function(){
@ -317,6 +316,5 @@
document.searchForm.action = "<c:out value='/report/statsExcel.do' />";
document.searchForm.submit();
}
-->
</script>