YNICTE/Dao
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
..
DB 학습인증수단 추가 2021-06-08 09:30:02 +00:00
MyBatis finishtime 완료시간 null 오류로 쿼리 수정 2021-06-15 08:36:44 +00:00
Properties 2020-10-12 05:39:23 +00:00
CommonDao.cs 교육생 개별등록 학습시간 오류 수정 2021-06-07 02:06:55 +00:00
Dao.csproj 교육생 개별등록 추가 2021-06-04 09:01:04 +00:00
Logger.cs 2020-10-12 05:39:23 +00:00
UserDao.cs 2020-10-12 05:39:23 +00:00
packages.config 2020-10-12 05:39:23 +00:00