From 1a6649ef9d0d7a9e793441c1554ff40a46311bdd Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 20 Oct 2023 13:55:34 +0800 Subject: [PATCH] //pay --- .../src/main/resources/mapper/ProductOrderPayMapper.xml | 7 ------- .../src/main/resources/mapper/ProductOrderRefundMapper.xml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml b/suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml index c6007ae..4d5c357 100644 --- a/suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml +++ b/suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml @@ -87,13 +87,6 @@ and `pay_time` <= #{payEndDate} - - - and `pay_order_status` in - - #{sItem} - - and id in diff --git a/suimangService/src/main/resources/mapper/ProductOrderRefundMapper.xml b/suimangService/src/main/resources/mapper/ProductOrderRefundMapper.xml index 5653ee0..8156253 100644 --- a/suimangService/src/main/resources/mapper/ProductOrderRefundMapper.xml +++ b/suimangService/src/main/resources/mapper/ProductOrderRefundMapper.xml @@ -78,13 +78,6 @@ and `create_date` <= #{endDate} - - - and `refund_order_status` in - - #{sItem} - - and id in