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