마이페이지>수강과정 : 종료날짜체크 where 절 제거
This commit is contained in:
parent
4c1bb1bd7b
commit
340b99f3a3
|
|
@ -157,7 +157,7 @@ namespace NP.FO.Controllers
|
|||
public ActionResult Lecture(VMMy vm)
|
||||
{
|
||||
ViewBag.reporturl = GetConfig("reporturl");
|
||||
vm.Lects = Dao.Get<Lect>("lect.mylectures", new System.Collections.Hashtable() { { "userno", SUserInfo.UserNo }, { "cgcode", vm.intval > 0 ? TestCode3 : null }, { "cshape", vm.stringval } }).Where(x=>x.edate >= DateTime.Now).ToList();
|
||||
vm.Lects = Dao.Get<Lect>("lect.mylectures", new System.Collections.Hashtable() { { "userno", SUserInfo.UserNo }, { "cgcode", vm.intval > 0 ? TestCode3 : null }, { "cshape", vm.stringval } });
|
||||
return View(vm);
|
||||
}
|
||||
public ActionResult CertPrint(VMMy vm)
|
||||
|
|
|
|||
Loading…
Reference in New Issue