분야별 통계 엑셀다운.
parent
989c42f1b6
commit
27e3e6d775
|
|
@ -185,3 +185,4 @@ fabric.properties
|
|||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
faics.iml
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
#{notice},
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
#{data1,jdbcType=VARCHAR},
|
||||
#{data2,jdbcType=VARCHAR},
|
||||
#{place1,jdbcType=VARCHAR},
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue