YNICTE/Dao/MyBatis/Maps
lch 0a48ee276f finishtime 완료시간 null 오류로 쿼리 수정
,a.finishtime=case when a.finishtime is null  and c.atime * 60 <= d.totstudy then now() else null end
->
,a.finishtime=case when a.finishtime is null  and c.atime * 60 <= d.totstudy then now() else a.finishtime end
2021-06-15 08:36:44 +00:00
..
Attend.xml 2020-10-12 05:39:23 +00:00
CM.xml 개인정보 수정 오류 수정 2021-05-21 08:44:46 +00:00
CRoom.xml finishtime 완료시간 null 오류로 쿼리 수정 2021-06-15 08:36:44 +00:00
Common.xml 2020-12-03 00:00:31 +00:00
Config.xml 2020-10-12 05:39:23 +00:00
Exam.xml 2020-10-12 05:39:23 +00:00
Grade.xml <프로그램수정> 2021-03-31 04:53:32 +00:00
Lect.xml lect.lects 2021-06-11 05:24:47 +00:00
Manage.xml 2020-10-12 05:39:23 +00:00
Pay.xml 교육생 개별등록 학습시간 오류 수정 2021-06-07 02:06:55 +00:00
Site.xml 2020-10-12 05:39:23 +00:00
System.xml 2021-06-03 01:43:16 +00:00
User.xml 인증 DI 중복체크 로직 추가 2021-06-09 05:29:52 +00:00
board.xml 2020-10-12 05:39:23 +00:00