<시스템개선>

통합테스트목록 . 644
교육종료일 선택 변경
This commit is contained in:
kdh0120 2021-12-20 03:48:14 +00:00
parent ad479a657e
commit ec7c464eaf
1 changed files with 1 additions and 1 deletions

View File

@ -1931,7 +1931,7 @@
,a.studyplace, a.studyplacename,a.remainPeople ,a.studyplace, a.studyplacename,a.remainPeople
,a.isselected ,a.isselected
<!--211220.통합테스트목록(644) 이미지난 교육종료일 변경불가--> <!--211220.통합테스트목록(644) 이미지난 교육종료일 변경불가-->
,case when a.estart &lt; date_format(now() ,'%Y-%m-%d 00:00:00') or a.remainPeople &lt;= 0 then 0 else 1 end isend ,case when a.estart &lt; date_add(date_format(now() ,'%Y-%m-%d 00:00:00'),interval -1 second) or a.remainPeople &lt;= 0 then 0 else 1 end isend
from from
( (
select a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,month(a.estart) startmonth select a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,month(a.estart) startmonth