From d5e0462515d20f9058b1a65d844085ad878d239e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 27 May 2021 10:47:39 +0800
Subject: [PATCH] 20210527 申诉单

---
 src/main/resources/mapper/modules/OtcOrderAppealMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/OtcOrderAppealMapper.xml b/src/main/resources/mapper/modules/OtcOrderAppealMapper.xml
index 42b9e69..53c6158 100644
--- a/src/main/resources/mapper/modules/OtcOrderAppealMapper.xml
+++ b/src/main/resources/mapper/modules/OtcOrderAppealMapper.xml
@@ -10,6 +10,7 @@
         otc_order_appeal a
         LEFT JOIN member m ON m.id = a.member_id
         LEFT JOIN member_authentication b ON b.member_id = a.member_id
+        LEFT JOIN otc_order c ON c.id = a.order_id
         <where>
             <if test="record != null" >
                 <if test="record.account!=null and record.account!=''">

--
Gitblit v1.9.1