diff --git a/src/main/resources/cashMapper/CashCollectionMapper.xml b/src/main/resources/cashMapper/CashCollectionMapper.xml
index 0297002..de85114 100644
--- a/src/main/resources/cashMapper/CashCollectionMapper.xml
+++ b/src/main/resources/cashMapper/CashCollectionMapper.xml
@@ -255,23 +255,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 8ae112d..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,15 +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 36f8994..d0520e9 100644
--- a/src/main/resources/mapper/MarketMapper.xml
+++ b/src/main/resources/mapper/MarketMapper.xml
@@ -39,14 +39,13 @@
select name from market where id=#{market}
\ No newline at end of file