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}