parent
707207cf93
commit
51379d349d
|
|
@ -1743,7 +1743,7 @@ namespace NP.FO.Controllers
|
|||
|
||||
if (vm.cmno > 0)
|
||||
{
|
||||
vm.CM = Dao.Get<CM>("cm.cms", new System.Collections.Hashtable() { { "cmno", vm.cmno } }).FirstOrDefault();
|
||||
vm.CM = Dao.Get<CM>("cm.cm", new System.Collections.Hashtable() { { "cmno", vm.cmno }, { "htmlcolumns", ",a.introhtml,a.targethtml,a.goalhtml,a.contenthtml,a.studyplace,cc.cname studyplacename" } }).FirstOrDefault();
|
||||
}
|
||||
|
||||
return View(vm);
|
||||
|
|
|
|||
Loading…
Reference in New Issue