From cdb5f0b57f3774b44d442877180a0c5a4702174c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 24 Feb 2022 15:47:49 +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 --- .../xm/core/dao/XmIterationMenuMapper.xml | 173 ------------------ 1 file changed, 173 deletions(-) delete mode 100644 xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmIterationMenuMapper.xml diff --git a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmIterationMenuMapper.xml b/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmIterationMenuMapper.xml deleted file mode 100644 index f69301d9..00000000 --- a/xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmIterationMenuMapper.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - insert into xm_iteration_menu( - - ) values ( - #{id},#{iterationId},#{menuId},#{productId},#{ctime},#{relStatus},#{hasTask},#{cuserid},#{cusername} - ) - - - - - delete from xm_iteration_menu res - - - - - - - - delete from xm_iteration_menu - where id = #{id} - - - - - update xm_iteration_menu - - - - where id = #{id} - - - - - update xm_iteration_menu - - - - where id = #{id} - - - - - - - - update xm_iteration_menu - set - - where id = #{item.id} - - - - - delete from xm_iteration_menu - where id in - - #{item.id } - - - - - - - id,iteration_id,menu_id,product_id,ctime,rel_status,has_task,cuserid,cusername - - - - - and res.id = #{id} - and res.iteration_id = #{iterationId} - and res.menu_id = #{menuId} - and res.product_id = #{productId} - and TO_CHAR(res.ctime,'YYYY-MM-DD') = TO_CHAR(#{ctime},'YYYY-MM-DD') - and res.rel_status = #{relStatus} - and res.has_task = #{hasTask} - and res.cuserid = #{cuserid} - and res.cusername = #{cusername} - - - - iteration_id = #{iterationId}, - menu_id = #{menuId}, - product_id = #{productId}, - ctime = #{ctime}, - rel_status = #{relStatus}, - has_task = #{hasTask}, - cuserid = #{cuserid}, - cusername = #{cusername} - - - iteration_id = #{iterationId}, - menu_id = #{menuId}, - product_id = #{productId}, - ctime = #{ctime}, - rel_status = #{relStatus}, - has_task = #{hasTask}, - cuserid = #{cuserid}, - cusername = #{cusername}, - - - - iteration_id = #{item.iterationId}, - menu_id = #{item.menuId}, - product_id = #{item.productId}, - ctime = #{item.ctime}, - rel_status = #{item.relStatus}, - has_task = #{item.hasTask}, - cuserid = #{item.cuserid}, - cusername = #{item.cusername} - - \ No newline at end of file