diff --git a/FO/Views/Course/SmartSearch.cshtml b/FO/Views/Course/SmartSearch.cshtml index d7e129e..83797b5 100644 --- a/FO/Views/Course/SmartSearch.cshtml +++ b/FO/Views/Course/SmartSearch.cshtml @@ -20,18 +20,18 @@
  • @*typeman는 데이터가 model.comcodes2임, 수정시 주의할것*@ - @Html.DropDownListFor(x => x.stringval3, new SelectList(Model.ComCodes2.Where(w => w.cgroup.ToString() == "typeman"), "ccode", "cname"), "-선택-") + @Html.DropDownListFor(x => x.stringval3, new SelectList(Model.ComCodes2, "ccode", "cname"), "-선택-")
  • @*typeedu는 데이터가 model.comcodes3임, 수정시 주의할것*@ - @Html.DropDownListFor(x => x.stringval4, new SelectList(Model.ComCodes3.Where(w => w.cgroup.ToString() == "typeedu"), "ccode", "cname"), "-선택-") + @Html.DropDownListFor(x => x.stringval4, new SelectList(Model.ComCodes3, "ccode", "cname"), "-선택-")
  • @*typegrade는 데이터가 model.comcodes4임, 수정시 주의할것*@ - @Html.DropDownListFor(x => x.stringval5, new SelectList(Model.ComCodes4.Where(w => w.cgroup.ToString() == "typegrade"), "ccode", "cname"), "-선택-") + @Html.DropDownListFor(x => x.stringval5, new SelectList(Model.ComCodes4, "ccode", "cname"), "-선택-")
  • - @Html.DropDownListFor(x => x.stringval6, new SelectList(Model.ComCodes.Where(w => w.cgroup.ToString() == "typejob"), "ccode", "cname"), "-선택-") + @Html.DropDownListFor(x => x.stringval6, new SelectList(Model.ComCodes5, "ccode", "cname"), "-선택-")
  • 검색
  • @@ -81,7 +81,7 @@ {