diff --git a/FO/Controllers/CDMSController.cs b/FO/Controllers/CDMSController.cs index 965dee8..35b1356 100644 --- a/FO/Controllers/CDMSController.cs +++ b/FO/Controllers/CDMSController.cs @@ -85,7 +85,7 @@ namespace NP.FO.Controllers { var todayLectinningCount = Dao.Get("cr.lectinnings", new System.Collections.Hashtable() { { "lectno", vm.lectno }, { "isfinishtoday", 1 } }).Count(); //1일 신규 동영상 강의를 8차시로 제한 - if (todayLectinningCount < 18) + if (todayLectinningCount < 8) { //이어보기를 위해 페이지관리 //vm.pseq = vm.pseq < 1 ? 1 : vm.pseq;