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