From f33701895b4ba29761cbd9d6089ea4961c96ac86 Mon Sep 17 00:00:00 2001 From: wangchaoxu Date: Wed, 30 Aug 2023 16:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E9=85=8D=E7=BD=AE=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/DsAllowAutoPurchaseProductMapper.xml | 4 +++- .../resources/mapper/DsFilterAutoPurchaseProductMapper.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ms-dal/src/main/resources/mapper/DsAllowAutoPurchaseProductMapper.xml b/ms-dal/src/main/resources/mapper/DsAllowAutoPurchaseProductMapper.xml index 0404f860..e6357c10 100644 --- a/ms-dal/src/main/resources/mapper/DsAllowAutoPurchaseProductMapper.xml +++ b/ms-dal/src/main/resources/mapper/DsAllowAutoPurchaseProductMapper.xml @@ -28,7 +28,9 @@ where ds_allow_auto_purchase_product_id = #{dsAllowAutoPurchaseProductId,jdbcType=BIGINT} delete from ds_allow_auto_purchase_product diff --git a/ms-dal/src/main/resources/mapper/DsFilterAutoPurchaseProductMapper.xml b/ms-dal/src/main/resources/mapper/DsFilterAutoPurchaseProductMapper.xml index 2654f9d0..876e1898 100644 --- a/ms-dal/src/main/resources/mapper/DsFilterAutoPurchaseProductMapper.xml +++ b/ms-dal/src/main/resources/mapper/DsFilterAutoPurchaseProductMapper.xml @@ -28,7 +28,9 @@ where ds_filter_auto_purchase_product_id = #{dsFilterAutoPurchaseProductId,jdbcType=BIGINT}