From e033f8a6f821cdb06bbf17e5f10da2d8a8d7297e Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Tue, 17 May 2022 21:45:39 +0800 Subject: [PATCH] fix score orderList and flowList and editor --- src/main/resources/mapper/modules/MallOrderRefundMapper.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/modules/MallOrderRefundMapper.xml b/src/main/resources/mapper/modules/MallOrderRefundMapper.xml index 8156a21..b04e04a 100644 --- a/src/main/resources/mapper/modules/MallOrderRefundMapper.xml +++ b/src/main/resources/mapper/modules/MallOrderRefundMapper.xml @@ -7,7 +7,13 @@ </select> <select id="selectRefundListInPage" resultType="cc.mrbird.febs.mall.vo.AdminMallOrderRefundVo"> - select a.*,b.name buyName ,b.phone buyPhone,c.order_no,CONCAT(a.name,a.phone,a.address) addressDetail + select a.*, + b.name buyName , + b.phone buyPhone, + b.bind_phone buyBindPhone, + c.order_no, + c.amount, + CONCAT(a.phone,a.bind_phone,a.address) addressDetail from mall_order_refund a left join mall_member b on b.id = a.member_id -- Gitblit v1.9.1