From d8cffdc2baa48b6e8bcbb07ee2943dc7548a8504 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Thu, 5 Nov 2020 08:44:46 +0000 Subject: [PATCH] --- Dao/MyBatis/Maps/CRoom.xml | 8 ++++---- FO/Views/Shared/Partial/GNB.cshtml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dao/MyBatis/Maps/CRoom.xml b/Dao/MyBatis/Maps/CRoom.xml index e71c4a0..1a0b6ad 100644 --- a/Dao/MyBatis/Maps/CRoom.xml +++ b/Dao/MyBatis/Maps/CRoom.xml @@ -145,10 +145,10 @@ select a.* from ( select 100 dtype,a.bmno intval,0 intval2,0 intval3,0 intval4,0 intval5,0 intval6,0 intval7 - ,a.bno longval,0 longval2 - ,b.bmname strval,a.subject strval2,null strval3 - ,a.cdt time,null time2 - ,row_number() over(order by a.cdt desc) rno + ,a.bno longval,0 longval2 + ,b.bmname strval,a.subject strval2,null strval3,null strval4 + ,a.cdt time,null time2 + ,row_number() over(order by a.cdt desc) rno from board a inner join boardmaster b on b.bmno=a.bmno where a.bmno in ($bmnos$) and a.isdel=0 and a.issecr=0 and a.isopen=1 and a.cmno=#cmno# diff --git a/FO/Views/Shared/Partial/GNB.cshtml b/FO/Views/Shared/Partial/GNB.cshtml index 103f8d5..612bb55 100644 --- a/FO/Views/Shared/Partial/GNB.cshtml +++ b/FO/Views/Shared/Partial/GNB.cshtml @@ -5,7 +5,7 @@