Compare commits

..

No commits in common. "b9d9c182b21d31b7c1f8c2acdc22bfc9ec91c429" and "56401270229e4cd1ff5586ab5d46d206e012b64d" have entirely different histories.

4 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -185,4 +185,3 @@ 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

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