parent
091c8650dd
commit
06382f5361
|
|
@ -772,6 +772,9 @@ namespace NP.FO.Controllers
|
||||||
|
|
||||||
public ActionResult SmartSearch(VMCourse vm)
|
public ActionResult SmartSearch(VMCourse vm)
|
||||||
{
|
{
|
||||||
|
if (SUserInfo.UserNo == 0) {
|
||||||
|
return RedirectToAction(nameof(HomeController.Index), "Home");
|
||||||
|
}
|
||||||
vm.ComCodes = GetComCodes("studyplace");
|
vm.ComCodes = GetComCodes("studyplace");
|
||||||
vm.CMsEtc = Dao.Get<CM>("cm.cgetc", new System.Collections.Hashtable() { { "cgcode", "2" } });//cgcode = 기타교육 // 기타교육 cgcode 바뀌면 파라미터도 변경해야함
|
vm.CMsEtc = Dao.Get<CM>("cm.cgetc", new System.Collections.Hashtable() { { "cgcode", "2" } });//cgcode = 기타교육 // 기타교육 cgcode 바뀌면 파라미터도 변경해야함
|
||||||
vm.CM = Dao.Get<CM>("cm.cms", new System.Collections.Hashtable()).First();
|
vm.CM = Dao.Get<CM>("cm.cms", new System.Collections.Hashtable()).First();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue