오타수정
This commit is contained in:
parent
388cb954e2
commit
2ae842a180
|
|
@ -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();
|
var todayLectinningCount = Dao.Get<LectInning>("cr.lectinnings", new System.Collections.Hashtable() { { "lectno", vm.lectno }, { "isfinishtoday", 1 } }).Count();
|
||||||
//1일 신규 동영상 강의를 8차시로 제한
|
//1일 신규 동영상 강의를 8차시로 제한
|
||||||
if (todayLectinningCount < 18)
|
if (todayLectinningCount < 8)
|
||||||
{
|
{
|
||||||
//이어보기를 위해 페이지관리
|
//이어보기를 위해 페이지관리
|
||||||
//vm.pseq = vm.pseq < 1 ? 1 : vm.pseq;
|
//vm.pseq = vm.pseq < 1 ? 1 : vm.pseq;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue