From c5f0bb15b8136cda746cc4c669ae9273f292962b Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Tue, 4 May 2021 04:21:10 +0000 Subject: [PATCH] --- Dao/MyBatis/Maps/CRoom.xml | 2 +- FO/Web.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dao/MyBatis/Maps/CRoom.xml b/Dao/MyBatis/Maps/CRoom.xml index ff2ed41..86f5b7e 100644 --- a/Dao/MyBatis/Maps/CRoom.xml +++ b/Dao/MyBatis/Maps/CRoom.xml @@ -195,7 +195,7 @@ from lectinning a where a.lectno=#lectno# - a.istatus=2 and a.finishtime is not null and date_format(a.finishtime, '%y%m%d')=date_format(now(), '%y%m%d') + and (a.istatus=2 and a.finishtime is not null and date_format(a.finishtime, '%y%m%d')=date_format(now(), '%y%m%d')) update lectinning a diff --git a/FO/Web.config b/FO/Web.config index 75aff00..98fb712 100644 --- a/FO/Web.config +++ b/FO/Web.config @@ -69,7 +69,7 @@ - +