From c39d39354f0d38366779fd1b88312bc7f277671d Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Wed, 10 Nov 2021 01:11:48 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20-=20{539}=20FO/Views/My/LectureOn.cshtml=20Dao/MyBatis/Maps/?= =?UTF-8?q?Lect.xml=20=EC=82=AC=EC=9A=A9=EC=9E=90=20=EA=B5=90=EC=9C=A1?= =?UTF-8?q?=EC=9D=BC=EC=A0=95=EB=B3=80=EA=B2=BD=20=EB=B2=84=ED=8A=BC,=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dao/MyBatis/Maps/Lect.xml | 2 +- FO/Views/My/LectureOn.cshtml | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/Dao/MyBatis/Maps/Lect.xml b/Dao/MyBatis/Maps/Lect.xml index 2dfefd6..3309020 100644 --- a/Dao/MyBatis/Maps/Lect.xml +++ b/Dao/MyBatis/Maps/Lect.xml @@ -1505,7 +1505,7 @@ and b.cshape=#cshape# and (ifnull(a.iscomplete,0) = 0 and b.cshape = 2 and scd.estart > '1900-01-01' and scd.eend > '1900-01-01' - and scd.estart > now() + and date_add(a.cdt, interval +1 year) >= date_format(now(),'%Y-%m-%d 23:59:59')) diff --git a/FO/Views/My/LectureOn.cshtml b/FO/Views/My/LectureOn.cshtml index 6584b60..bbd7a7d 100644 --- a/FO/Views/My/LectureOn.cshtml +++ b/FO/Views/My/LectureOn.cshtml @@ -44,14 +44,7 @@ - @if (d.cshape == 2 && d.estart > Convert.ToDateTime("1900-01-01") && d.eend > Convert.ToDateTime("1900-01-01") && d.iscomplete != 1 && Convert.ToDateTime(d.estart) > DateTime.Now) - { -
변경
- } - else - { - - - } +
변경
}