2024-01-31 16:27 excel에 차시 정보 수정
This commit is contained in:
parent
f82cbd2927
commit
bee6ca7d56
@ -859,7 +859,7 @@ public class EduAplctMngTngrController {
|
||||
"EduHopeDt", "SbmtPnttm", "EduSlctAreaCd", "ScholInsttNm", "LrnTm"
|
||||
, "ScholDivCd", "UserNm", "ChrgNm", "Phone", "Clphone", "Email", "Addr"
|
||||
, "AprvlCd","AprvlPnttm"
|
||||
, "ChasiCnt","FrstRegistPnttm"
|
||||
, "Chasi","FrstRegistPnttm"
|
||||
};
|
||||
|
||||
// 호출
|
||||
|
||||
@ -584,6 +584,9 @@
|
||||
, CC.EDU_CHASI_ORD AS eduChasiOrd
|
||||
, CC.lrn_tm AS lrnTm
|
||||
|
||||
, NVL(CC.chasi,0) AS chasi
|
||||
|
||||
|
||||
, CC.strt_tm AS strtTm
|
||||
, CC.end_tm AS endTm
|
||||
|
||||
@ -777,6 +780,7 @@
|
||||
EDU_APLCT_ORD
|
||||
,EDU_CHASI_ORD
|
||||
,SUM(lrn_tm) AS lrn_tm
|
||||
,SUM(chasi) AS chasi
|
||||
,MIN(strt_tm) AS strt_tm
|
||||
,MIN(end_tm) AS end_tm
|
||||
,MIN(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user