From 37e09c6152d25bbc3aeb00faf19f5f222a090008 Mon Sep 17 00:00:00 2001 From: gongquanlin <1025081659@qq.com> Date: Thu, 30 Mar 2023 14:26:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A4=84=E7=90=86=E8=A1=A8=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis/mapper/CommodityCodeModifyLogDao.xml | 14 +++++++------- .../mybatis/mapper/SdenergyTaxCodeMatchDao.xml | 16 ++++++++-------- .../mybatis/mapper/UnitConversionDao.xml | 12 ++++++------ 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/order-management-base-service/src/main/resources/mybatis/mapper/CommodityCodeModifyLogDao.xml b/order-management-base-service/src/main/resources/mybatis/mapper/CommodityCodeModifyLogDao.xml index c11945ad..bc5f656f 100644 --- a/order-management-base-service/src/main/resources/mybatis/mapper/CommodityCodeModifyLogDao.xml +++ b/order-management-base-service/src/main/resources/mybatis/mapper/CommodityCodeModifyLogDao.xml @@ -16,7 +16,7 @@ @@ -24,7 +24,7 @@ @@ -32,7 +32,7 @@ - insert into sales_order_sdenergy.commodity_code_modify_log(commodity_code_id, `key`, origin_value, new_value, modify_user_id, modify_time) + insert into commodity_code_modify_log(commodity_code_id, `key`, origin_value, new_value, modify_user_id, modify_time) values (#{commodityCodeId}, #{key}, #{originValue}, #{newValue}, #{modifyUserId}, #{modifyTime}) - insert into sales_order_sdenergy.commodity_code_modify_log(id,commodity_code_id, `key`, origin_value, new_value, modify_user_id, modify_time) + insert into commodity_code_modify_log(id,commodity_code_id, `key`, origin_value, new_value, modify_user_id, modify_time) values ( (#{item.id}, #{item.commodityCodeId}, #{item.key}, #{item.originValue}, #{item.newValue}, #{item.modifyUserId}, #{item.modifyTime}) @@ -75,7 +75,7 @@ - update sales_order_sdenergy.commodity_code_modify_log + update commodity_code_modify_log commodity_code_id = #{commodityCodeId}, @@ -101,7 +101,7 @@ - delete from sales_order_sdenergy.commodity_code_modify_log where id = #{id} + delete from commodity_code_modify_log where id = #{id} \ No newline at end of file diff --git a/order-management-consumer/src/main/resources/mybatis/mapper/SdenergyTaxCodeMatchDao.xml b/order-management-consumer/src/main/resources/mybatis/mapper/SdenergyTaxCodeMatchDao.xml index 41ad3f28..2cd0a047 100644 --- a/order-management-consumer/src/main/resources/mybatis/mapper/SdenergyTaxCodeMatchDao.xml +++ b/order-management-consumer/src/main/resources/mybatis/mapper/SdenergyTaxCodeMatchDao.xml @@ -18,7 +18,7 @@ flmc, ssflbm, ssflmc - from sales_order_sdenergy.sdenergy_tax_code_match + from sdenergy_tax_code_match where id = #{id} @@ -29,7 +29,7 @@ flmc, ssflbm, ssflmc - from sales_order_sdenergy.sdenergy_tax_code_match + from sdenergy_tax_code_match where wlflbm = #{wlflbm} limit 1 @@ -40,14 +40,14 @@ flmc, ssflbm, ssflmc - from sales_order_sdenergy.sdenergy_tax_code_match limit #{offset}, #{limit} + from sdenergy_tax_code_match limit #{offset}, #{limit} select id, xhf_nsrsbh, ent_id, origin_unit, new_unit, rate - from sales_order_sdenergy.unit_conversion + from unit_conversion where id = #{id} @@ -23,7 +23,7 @@ @@ -31,7 +31,7 @@