From 2a445ec8b19a542189161d92b8ba93c33a113593 Mon Sep 17 00:00:00 2001 From: xd <844539747@qq.com> Date: Wed, 13 Mar 2024 10:08:05 +0800 Subject: [PATCH] '123' --- .../mapper/material/CMaterialMapper.xml | 2 +- .../resources/mapper/system/TestMapper.xml | 191 ------------------ 2 files changed, 1 insertion(+), 192 deletions(-) delete mode 100644 ruoyi-system/src/main/resources/mapper/system/TestMapper.xml diff --git a/ruoyi-system/src/main/resources/mapper/material/CMaterialMapper.xml b/ruoyi-system/src/main/resources/mapper/material/CMaterialMapper.xml index fa47ecc..43454ab 100644 --- a/ruoyi-system/src/main/resources/mapper/material/CMaterialMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/material/CMaterialMapper.xml @@ -127,7 +127,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select b.type_no,[uid_0] ,[model_0] ,[model_1] diff --git a/ruoyi-system/src/main/resources/mapper/system/TestMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TestMapper.xml deleted file mode 100644 index 102abbb..0000000 --- a/ruoyi-system/src/main/resources/mapper/system/TestMapper.xml +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - INSERT INTO c_material (material_id, material_xingh, material_guig, material_diany, material_dw) - VALUES - - (#{t.material_id,jdbcType=INTEGER}, - #{t.material_xingh,jdbcType=VARCHAR}, - #{t.material_guig,jdbcType=VARCHAR}, - #{t.material_diany,jdbcType=VARCHAR}, - #{t.material_dw,jdbcType=VARCHAR}) - - - - - INSERT INTO c_material_cost (cost_id, cost_material_id, cost_cl_id, cost_cl_qty, cost_cl_qty_2) - VALUES - - (#{t.cost_id,jdbcType=INTEGER}, - #{t.cost_material_id,jdbcType=INTEGER}, - #{t.cost_cl_id,jdbcType=VARCHAR}, - #{t.cost_cl_qty,jdbcType=VARCHAR}, - #{t.cost_cl_qty_2,jdbcType=VARCHAR}) - - - -