오타수정

This commit is contained in:
lch 2021-06-30 04:12:55 +00:00
parent 388cb954e2
commit 2ae842a180
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ namespace NP.FO.Controllers
{
var todayLectinningCount = Dao.Get<LectInning>("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;