From 41c08be4ffdc1c7d1d6d95f0a70690ebeb84dab1 Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 1 Jul 2021 04:32:53 +0000 Subject: [PATCH] =?UTF-8?q?"=EC=98=A8=EB=9D=BC=EC=9D=B8=20=EA=B0=95?= =?UTF-8?q?=EC=A2=8C=EC=9D=98=20=EA=B2=BD=EC=9A=B0=20=EC=A7=91=EC=B2=B4?= =?UTF-8?q?=EA=B5=90=EC=9C=A1=EA=B8=B0=EA=B0=84=20=ED=91=9C=EA=B8=B0=20=20?= =?UTF-8?q?=20=EC=88=A8=EA=B9=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/My/Ready.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FO/Views/My/Ready.cshtml b/FO/Views/My/Ready.cshtml index 9492620..84f5e26 100644 --- a/FO/Views/My/Ready.cshtml +++ b/FO/Views/My/Ready.cshtml @@ -42,7 +42,7 @@
신청기간 : @(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")))) }