2022-12-08 14:42 통계수정
This commit is contained in:
parent
d2e4db2bb6
commit
eac2f6d37f
@ -121,9 +121,33 @@ public class SttsPrcsController {
|
||||
|
||||
// 세팅값
|
||||
String title = "조정처리 현황";
|
||||
int[] width = {4000, 5000, 5000, 5000, 5000, 5000, 5000, 20000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000, 5000}; // 너비
|
||||
String[] header = {"접수번호", "접수일자", "신청인", "피신청인", "신청대리인", "피신청대리인", "저작물 유형", "내용", "수수료근거", "조정결과", "성립내역", "조정부", "수수료", "기일변경내역", "기일 출석", "신청인 유형", "신청인 지역", "피신청인 지역"}; // 헤더에 들어갈 이름
|
||||
String[] order = {"AdrNo", "ApprDe", "RpplNm1", "RpplNm2", "RpplNm3", "RpplNm4", "CcTy", "ReqCn1", "ApprRson", "ResultNm", "FinalStatCd", "MemDeptNm", "AdrCost", "AppDe", "AssUsrTy", "ReqTy", "RpplAddr1", "RpplAddr2"}; // vo 내부의 필드 이름 (첫글자 대문자, 낙타체 사용)
|
||||
int[] width = {
|
||||
4000, 5000, 5000, 5000, 5000
|
||||
, 5000, 5000, 20000, 5000, 5000
|
||||
, 5000, 5000, 5000, 5000, 5000
|
||||
, 5000, 5000
|
||||
, 5000, 5000, 5000
|
||||
|
||||
, 5000, 5000, 5000
|
||||
}; // 너비
|
||||
String[] header = {
|
||||
"접수번호", "접수일자", "신청인", "피신청인", "신청대리인"
|
||||
, "피신청대리인", "저작물 유형", "분쟁내용", "청구내용", "조정 목적 값(원)"
|
||||
, "조정결과", "유형", "성립내역", "합의금액(원)", "조정부"
|
||||
, "위원교체", "수수료"
|
||||
, "기일수", "기일수(일자)/완료일", "기일 상황(출석여부 등)"
|
||||
|
||||
, "신청인 유형", "신청인 지역", "피신청인 지역", "비고"
|
||||
}; // 헤더에 들어갈 이름
|
||||
String[] order = {
|
||||
"AdrNo", "ApprDe", "RpplNm1", "RpplNm2", "RpplNm3"
|
||||
, "RpplNm4", "CcTy", "ReqCn2", "ReqCn1", "SuccPer"
|
||||
, "ResultNm", "SuccPer", "FinalStatCd", "SuccPer", "MemDeptNm"
|
||||
, "SuccPer", "AdrCost"
|
||||
, "SuccPer", "AppDe", "AssUsrTy"
|
||||
|
||||
, "ReqTy", "RpplAddr1", "RpplAddr2", "SuccPer"
|
||||
}; // vo 내부의 필드 이름 (첫글자 대문자, 낙타체 사용)
|
||||
// 호출
|
||||
SXSSFWorkbook workbook = ExcelUtil.makeSimpleFruitExcelWorkbook(list, header, order, width, title);
|
||||
model.addAttribute("locale", Locale.KOREA);
|
||||
|
||||
@ -74,6 +74,7 @@
|
||||
,GROUP_CONCAT(IF(ar.rppl_ty = '40', ar.rppl_nm, null) SEPARATOR ', ' ) AS rpplNm4 /* 피신청대리인 */
|
||||
,cc_ty.code_nm AS ccTy /* 저작물 유형 */
|
||||
,am.req_cn1 AS reqCn1 /* 내용 */
|
||||
,am.req_cn2 AS reqCn2 /* 내용 */
|
||||
,apr.appr_rson AS apprRson /* 수수료근거는 있음, 조정목적값은 시스템에서 입력 없음 */
|
||||
/* ,조정목적값은 시스템에서 입력 없음 */
|
||||
,CASE
|
||||
@ -394,7 +395,8 @@
|
||||
LEFT OUTER JOIN lettccmmndetailcode req_ty ON M.req_ty = req_ty.code AND req_ty.code_id = 'CC015' /* 신청인 유형 */
|
||||
INNER JOIN adr_rppl ar ON M.adr_seq = ar.adr_seq /* 관리인 */
|
||||
WHERE 1=1
|
||||
AND M.stat_cd ='400000' /* 현재는 종결된 사건만 필요시 조절한다. */
|
||||
AND M.USE_YN != 'N'
|
||||
AND M.stat_cd ='400000' /* 현재는 종결된 사건만 필요시 조절한다. */
|
||||
|
||||
<isEqual property="searchCondition" compareValue="1">
|
||||
<isNotEmpty property="searchMonth2">
|
||||
|
||||
@ -160,7 +160,7 @@ $(document).ready(function() {
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 110px;">
|
||||
<col style="width: 100px;">
|
||||
<col style="width: 150px;">
|
||||
<col style="width: 200px;">
|
||||
<col style="width: 200px;">
|
||||
<col style="width: 100px;">
|
||||
@ -178,7 +178,7 @@ $(document).ready(function() {
|
||||
<th>피신청인(대리인)</th>
|
||||
<th>저작물 유형</th>
|
||||
|
||||
<th>내용</th>
|
||||
<th>분쟁내용</th>
|
||||
<th>조정결과</th>
|
||||
<th>...</th>
|
||||
|
||||
@ -205,7 +205,7 @@ $(document).ready(function() {
|
||||
</td>
|
||||
<td><p><c:out value="${vo.ccTy}" /></p></td>
|
||||
|
||||
<td><p><c:out value="${vo.reqCn1}" /></p></td>
|
||||
<td><p><c:out value="${vo.reqCn2}" /></p></td>
|
||||
<td><p><c:out value="${vo.resultNm}" /></p></td>
|
||||
<td><p>...</p></td>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user