From 2ae842a1804637a1bfbd32892cd70d0fccb36a4b Mon Sep 17 00:00:00 2001 From: lch Date: Wed, 30 Jun 2021 04:12:55 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Controllers/CDMSController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;