YNICTE/Dao/MyBatis
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
..
Maps finishtime 완료시간 null 오류로 쿼리 수정 2021-06-15 08:36:44 +00:00
BaseDAO.cs 2020-10-12 05:39:23 +00:00
DaoFactory.cs 2020-10-12 05:39:23 +00:00
SqlMapProduct.config 2020-12-17 07:19:33 +00:00
SqlMapProductDev.config 2020-12-17 08:03:21 +00:00
SqlMapStaging.config 2020-12-08 23:54:54 +00:00
providers.config 2020-10-12 05:39:23 +00:00