From 7554bdebc75babe48e42a7663844bbeb1bb4febf Mon Sep 17 00:00:00 2001 From: huangqizhen <15552608129@163.com> Date: Fri, 14 Nov 2025 17:02:58 +0800 Subject: [PATCH] =?UTF-8?q?11.11=20sql=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/cashMapper/CashCollectionMapper.xml | 26 +++++++++++++--------- src/main/resources/cashMapper/CashRefundMapper.xml | 18 ++++++++++----- src/main/resources/mapper/MarketMapper.xml | 12 ++++++---- 3 files changed, 37 insertions(+), 19 deletions(-) diff --git a/src/main/resources/cashMapper/CashCollectionMapper.xml b/src/main/resources/cashMapper/CashCollectionMapper.xml index ce94b08..e3f6932 100644 --- a/src/main/resources/cashMapper/CashCollectionMapper.xml +++ b/src/main/resources/cashMapper/CashCollectionMapper.xml @@ -256,19 +256,25 @@ where cr.id=#{id} \ No newline at end of file diff --git a/src/main/resources/cashMapper/CashRefundMapper.xml b/src/main/resources/cashMapper/CashRefundMapper.xml index 8887167..282c396 100644 --- a/src/main/resources/cashMapper/CashRefundMapper.xml +++ b/src/main/resources/cashMapper/CashRefundMapper.xml @@ -144,6 +144,7 @@ crr.submitter_id, crr.submitter_market, crr.executor, + crr.order_code, crr.refund_channels, crr.refund_time, crr.create_time, @@ -224,6 +225,7 @@ crr.name, crr.market, crc.goods_name, + crr.order_code, crc.good_num as goodsNum, crc.num_unit, crr.refund_model, @@ -308,6 +310,7 @@ crr.name, crr.market, crc.goods_name, + crc.order_code, crc.good_num as goodsNum, crc.num_unit, crr.refund_model, @@ -318,6 +321,7 @@ crr.refund_time, crr.status, crr.audit_id, + crr.submitter_id, crr.related_id, la.area_servise, la.area_finance, @@ -379,11 +383,15 @@ \ No newline at end of file diff --git a/src/main/resources/mapper/MarketMapper.xml b/src/main/resources/mapper/MarketMapper.xml index 496fe44..d0520e9 100644 --- a/src/main/resources/mapper/MarketMapper.xml +++ b/src/main/resources/mapper/MarketMapper.xml @@ -39,9 +39,13 @@ select name from market where id=#{market} \ No newline at end of file