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}) - - - -