2024-01-31 16:27 excel에 차시 정보 수정

This commit is contained in:
myname 2024-01-31 16:28:12 +09:00
parent f82cbd2927
commit bee6ca7d56
2 changed files with 6 additions and 2 deletions

View File

@ -859,7 +859,7 @@ public class EduAplctMngTngrController {
"EduHopeDt", "SbmtPnttm", "EduSlctAreaCd", "ScholInsttNm", "LrnTm" "EduHopeDt", "SbmtPnttm", "EduSlctAreaCd", "ScholInsttNm", "LrnTm"
, "ScholDivCd", "UserNm", "ChrgNm", "Phone", "Clphone", "Email", "Addr" , "ScholDivCd", "UserNm", "ChrgNm", "Phone", "Clphone", "Email", "Addr"
, "AprvlCd","AprvlPnttm" , "AprvlCd","AprvlPnttm"
, "ChasiCnt","FrstRegistPnttm" , "Chasi","FrstRegistPnttm"
}; };
// 호출 // 호출

View File

@ -584,6 +584,9 @@
, CC.EDU_CHASI_ORD AS eduChasiOrd , CC.EDU_CHASI_ORD AS eduChasiOrd
, CC.lrn_tm AS lrnTm , CC.lrn_tm AS lrnTm
, NVL(CC.chasi,0) AS chasi
, CC.strt_tm AS strtTm , CC.strt_tm AS strtTm
, CC.end_tm AS endTm , CC.end_tm AS endTm
@ -777,6 +780,7 @@
EDU_APLCT_ORD EDU_APLCT_ORD
,EDU_CHASI_ORD ,EDU_CHASI_ORD
,SUM(lrn_tm) AS lrn_tm ,SUM(lrn_tm) AS lrn_tm
,SUM(chasi) AS chasi
,MIN(strt_tm) AS strt_tm ,MIN(strt_tm) AS strt_tm
,MIN(end_tm) AS end_tm ,MIN(end_tm) AS end_tm
,MIN( ,MIN(