From bbcb1b6bd10ed9c3be3d396d63365c13d6f4e4bd Mon Sep 17 00:00:00 2001 From: gaorl Date: Fri, 14 Apr 2023 13:43:09 +0800 Subject: [PATCH] =?UTF-8?q?feature:=E7=89=A9=E6=96=99=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E5=8A=9F=E8=83=BDbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis/mapper/CommodityMapper.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/order-management-base-service/src/main/resources/mybatis/mapper/CommodityMapper.xml b/order-management-base-service/src/main/resources/mybatis/mapper/CommodityMapper.xml index f7ff140e..aefbb6b1 100644 --- a/order-management-base-service/src/main/resources/mybatis/mapper/CommodityMapper.xml +++ b/order-management-base-service/src/main/resources/mybatis/mapper/CommodityMapper.xml @@ -51,7 +51,7 @@ tax_rate, specification_model, metering_unit, unit_price, tax_logo, hide_the_logo, enjoy_preferential_policies, tax_class_code, tax_classification_name, preferential_policies_type,zzstsgl, user_id, create_time, modify_time, modify_user_id, group_id,enterprise_name,data_source, - matching_state,data_state,tax_class_abbreviation,description,collect_ident,cpy,bmb_bbh,jdc,wlflbm,wlflmc,ent_id,tswl + matching_state,data_state,tax_class_abbreviation,description,collect_ident,cpy,bmb_bbh,jdc,wlflbm,wlflmc,ent_id,tswl,invoice_name @@ -357,6 +357,10 @@ tswl = #{commodityCode.tswl,jdbcType=VARCHAR}, + + invoice_name = #{commodityCode.invoiceName,jdbcType=VARCHAR}, + + @@ -619,7 +623,7 @@ #{tswl,jdbcType=VARCHAR}, - invoiceName, + #{invoiceName,jdbcType=VARCHAR}, @@ -740,6 +744,9 @@ tswl, + + invoice_name, + @@ -858,6 +865,9 @@ #{tswl,jdbcType=VARCHAR}, + + #{invoice_name,jdbcType=VARCHAR}, + ON DUPLICATE KEY UPDATE @@ -971,6 +981,9 @@ tswl = VALUES(tswl), + + invoice_name = VALUES(invoice_name), +