"온라인 강좌의 경우 집체교육기간 표기 숨김

This commit is contained in:
lch 2021-07-01 04:32:53 +00:00
parent caca4b354c
commit 41c08be4ff
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<dd>
신청기간 : @(d.retime.Value.Year == 2099 ? "상시운영" : d.rstime.Value.ToString("yy/MM/dd") + " ~ " + d.retime.Value.ToString("yy/MM/dd"))
@*수강기간 : @d.sdate.ToString("yy-MM-dd") ~ @d.edate.ToString("yy-MM-dd")*@
@if (d.cshape == 2)
@if (false && d.cshape == 2)
{
@:| 집체교육기간 : @(d.cmisno == null ? "미정" : ("[" + d.studyplacename + "] " + string.Format("{0}", d.cmiestart.Value.ToString("yy-MM-dd"))))
}