From 2676081cd38595d7ea4ed09c62b97812341ec613 Mon Sep 17 00:00:00 2001 From: fxh <15076273430@163.com> Date: Tue, 3 Jun 2025 16:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89front=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/AftersaleItemMapper.xml | 6 +++--- .../src/main/resources/mapper/AftersaleMapper.xml | 6 +++--- .../main/resources/mapper/OrderDeliveryHistoryMapper.xml | 6 +++--- .../src/main/resources/mapper/OrderItemMapper.xml | 6 +++--- .../ruoyi-order/src/main/resources/mapper/OrderMapper.xml | 6 +++--- .../src/main/resources/mapper/OrderOperateHistoryMapper.xml | 6 +++--- .../main/resources/mapper/WechatPaymentHistoryMapper.xml | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ruoyi-modules/ruoyi-order/src/main/resources/mapper/AftersaleItemMapper.xml b/ruoyi-modules/ruoyi-order/src/main/resources/mapper/AftersaleItemMapper.xml index eed785c68..b3a7770af 100644 --- a/ruoyi-modules/ruoyi-order/src/main/resources/mapper/AftersaleItemMapper.xml +++ b/ruoyi-modules/ruoyi-order/src/main/resources/mapper/AftersaleItemMapper.xml @@ -2,8 +2,8 @@ - - + + @@ -47,7 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + and member_id = #{memberId} and order_id = #{orderId} and return_amount = #{returnAmount} diff --git a/ruoyi-modules/ruoyi-order/src/main/resources/mapper/OrderDeliveryHistoryMapper.xml b/ruoyi-modules/ruoyi-order/src/main/resources/mapper/OrderDeliveryHistoryMapper.xml index e1d2b6109..12b83b5c2 100644 --- a/ruoyi-modules/ruoyi-order/src/main/resources/mapper/OrderDeliveryHistoryMapper.xml +++ b/ruoyi-modules/ruoyi-order/src/main/resources/mapper/OrderDeliveryHistoryMapper.xml @@ -2,8 +2,8 @@ - - + + @@ -25,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + and order_id = #{orderId} and product_id = #{productId} and out_product_id = #{outProductId} diff --git a/ruoyi-modules/ruoyi-order/src/main/resources/mapper/OrderMapper.xml b/ruoyi-modules/ruoyi-order/src/main/resources/mapper/OrderMapper.xml index b717d9dc3..1ee09801b 100644 --- a/ruoyi-modules/ruoyi-order/src/main/resources/mapper/OrderMapper.xml +++ b/ruoyi-modules/ruoyi-order/src/main/resources/mapper/OrderMapper.xml @@ -2,8 +2,8 @@ - - + + @@ -60,7 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + and order_id = #{orderId} and operate_man = #{operateMan} and order_status = #{orderStatus} diff --git a/ruoyi-modules/ruoyi-order/src/main/resources/mapper/WechatPaymentHistoryMapper.xml b/ruoyi-modules/ruoyi-order/src/main/resources/mapper/WechatPaymentHistoryMapper.xml index 5da1d11ab..235cc782e 100644 --- a/ruoyi-modules/ruoyi-order/src/main/resources/mapper/WechatPaymentHistoryMapper.xml +++ b/ruoyi-modules/ruoyi-order/src/main/resources/mapper/WechatPaymentHistoryMapper.xml @@ -2,8 +2,8 @@ - - + + @@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"