From 47287bf72a2ff419e6e2494929c6a7441922cd61 Mon Sep 17 00:00:00 2001 From: zhangsiqi <2825463979@qq.com> Date: Fri, 24 May 2024 11:16:56 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=E9=94=80=E5=94=AE=E7=AE=A1=E7=90=86:?= =?UTF-8?q?=E6=8A=A5=E9=94=80=E5=8D=95=E6=B7=BB=E5=8A=A0=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D=E4=B8=8D=E5=AF=B9=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/system/BaseExpenseAccountChildMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/mapper/system/BaseExpenseAccountChildMapper.xml b/ruoyi-admin/src/main/resources/mapper/system/BaseExpenseAccountChildMapper.xml index fb098f40..5d5d8e57 100644 --- a/ruoyi-admin/src/main/resources/mapper/system/BaseExpenseAccountChildMapper.xml +++ b/ruoyi-admin/src/main/resources/mapper/system/BaseExpenseAccountChildMapper.xml @@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and quote_id = #{quoteId} - and cost_type = #{costType} + and cost_type = #{costType} and cost_small_type = #{costSmallType} and purpose = #{purpose} and amounts = #{amounts} @@ -55,7 +55,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" insert into base_expense_account_child quote_id, - cost_type, + cost_type, cost_small_type, purpose, amounts, @@ -72,7 +72,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{quoteId}, - #{costType}, + #{costType}, #{costSmallType}, #{purpose}, #{amounts}, @@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update base_expense_account_child quote_id = #{quoteId}, - cost_type = #{costType}, + cost_type = #{costType}, cost_small_type = #{costSmallType}, purpose = #{purpose}, amounts = #{amounts},