From a53e84be1127a40a8f4f4def2d4b7e79b84993fc Mon Sep 17 00:00:00 2001 From: lch Date: Mon, 28 Jun 2021 02:09:18 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90>=EA=B0=95=EC=A2=8C>?= =?UTF-8?q?=EB=A9=94=EB=89=B4=EC=84=A4=EC=A0=95=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=AA=A8=EB=93=A0=20=EA=B2=8C=EC=8B=9C=ED=8C=90=EC=9D=84=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=ED=96=88=EB=8A=94=EB=8D=B0=20=EC=9A=B4?= =?UTF-8?q?=EC=98=81=EC=9E=90=EC=97=90=EA=B2=8C=20=EB=AC=B8=EC=9D=98?= =?UTF-8?q?=ED=95=98=EC=84=B8=EC=9A=94=20=EA=B0=80=20=EC=B6=9C=EB=A0=A5?= =?UTF-8?q?=EB=90=9C=EB=8B=A4=20->=20=EB=AA=A8=EB=93=A0=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=20=EC=84=A0=ED=83=9D=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EC=95=84=EB=8F=84=20=EB=93=B1=EB=A1=9D=EB=90=A0=20?= =?UTF-8?q?=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=EC=9A=94=EC=B2=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dao/MyBatis/Maps/CM.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dao/MyBatis/Maps/CM.xml b/Dao/MyBatis/Maps/CM.xml index 1de780c..c6ff23d 100644 --- a/Dao/MyBatis/Maps/CM.xml +++ b/Dao/MyBatis/Maps/CM.xml @@ -1250,7 +1250,10 @@ update cmmenu set ,isplan=#isplan#,iscontent=#iscontent#,isev=#isev#,isrs=#isrs#,isgrade=#isgrade# where cmno=#cmno#; - + + delete from cmmenubm where cmno=#cmno#; + + delete from cmmenubm where cmno=#cmno# and bmno not in ($bmnos$); insert into cmmenubm (cmno,bmno,) @@ -1258,6 +1261,7 @@ from boardmaster a left outer join cmmenubm b on b.cmno=#cmno# and b.bmno=a.bmno where a.bmno in ($bmnos$) and b.bmno is null; +