<오류수정>

1. PMS NO : 7539
2. (주요)작업내용 
(1) Dao/MyBatis/Maps/Grade.xml
 - 수료처리시 교육장 교육의 수료일자를 lect.edate로 수정
This commit is contained in:
jity7777 2023-03-13 06:05:20 +00:00
parent 1721df28fb
commit c46f5585ef
1 changed files with 17 additions and 17 deletions

View File

@ -1671,7 +1671,7 @@
when tm.cremark in ('1','2','3','4') then tm.refcode when tm.cremark in ('1','2','3','4') then tm.refcode
else '05' end code3 else '05' end code3
,case when cm.cshape = 0 then now() ,case when cm.cshape = 0 then now()
when cm.cshape = 1 then cm.setime when cm.cshape = 1 then l.edate <!--cm.setime-->
else cs.eend end completetime else cs.eend end completetime
,row_number() over(partition by date_format(l.cdt,'%Y') order by l.cdt) rno ,row_number() over(partition by date_format(l.cdt,'%Y') order by l.cdt) rno
from lect l from lect l
@ -1723,7 +1723,7 @@
when tm.cremark in ('1','2','3','4') then tm.refcode when tm.cremark in ('1','2','3','4') then tm.refcode
else '05' end code3 else '05' end code3
,case when cm.cshape = 0 then now() ,case when cm.cshape = 0 then now()
when cm.cshape = 1 then cm.setime when cm.cshape = 1 then l.edate <!--cm.setime-->
else cs.eend end completetime else cs.eend end completetime
, l.iscomplete , l.iscomplete
,row_number() over(partition by date_format(l.cdt,'%Y') order by l.cdt) rno ,row_number() over(partition by date_format(l.cdt,'%Y') order by l.cdt) rno