|  |  |  | 
|---|
|  |  |  | </select> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <select id="selectRefundListInPage" resultType="cc.mrbird.febs.mall.vo.AdminMallOrderRefundVo"> | 
|---|
|  |  |  | select *,b.name,b.phone,c.order_no | 
|---|
|  |  |  | select a.*, | 
|---|
|  |  |  | b.name buyName , | 
|---|
|  |  |  | b.phone buyPhone, | 
|---|
|  |  |  | b.bind_phone buyBindPhone, | 
|---|
|  |  |  | c.order_no, | 
|---|
|  |  |  | CONCAT(a.phone,a.name,a.address) addressDetail | 
|---|
|  |  |  |  | 
|---|
|  |  |  | from mall_order_refund a | 
|---|
|  |  |  | left join mall_member b on b.id = a.member_id | 
|---|
|  |  |  | left join mall_order_info c on c.id = a.order_id | 
|---|
|  |  |  | 
|---|
|  |  |  | </where> | 
|---|
|  |  |  | order by a.created_time desc | 
|---|
|  |  |  | </select> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <select id="getMallOrderRefundInfoById" resultType="cc.mrbird.febs.mall.vo.AdminMallOrderRefundVo"> | 
|---|
|  |  |  | select * from mall_order_refund where id = #{id} | 
|---|
|  |  |  | </select> | 
|---|
|  |  |  | </mapper> | 
|---|