From 5637f3e1502b2440a9571fa58dc8da9f62acbf32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 30 Mar 2022 16:34:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8A=82=E7=82=B9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E3=80=81=E6=A0=87=E7=AD=BE=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/xm/core/dao/XmMenuMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmMenuMapper.xml b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmMenuMapper.xml index fd5547fe..894d32ad 100644 --- a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmMenuMapper.xml +++ b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmMenuMapper.xml @@ -211,7 +211,7 @@ min( t.start_time ) AS start_time, max( t.end_time ) AS end_time FROM - xm_task t + xm_menu t WHERE t.pmenu_id in @@ -242,7 +242,7 @@ - UPDATE xm_task res + UPDATE xm_menu res left JOIN ( SELECT t.pmenu_id, @@ -260,7 +260,7 @@ min( t.start_time ) AS start_time, max( t.end_time ) AS end_time FROM - xm_task t + xm_menu t WHERE t.pmenu_id = #{item} ) t2 ON t2.pmenu_id = res.menu_id