From 7cc2e1b6c6b1b8f8db88dd24fccd521a217e21c1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 21 May 2021 19:43:12 +0800
Subject: [PATCH] modify

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

diff --git a/src/main/resources/mapper/modules/OtcOrderMapper.xml b/src/main/resources/mapper/modules/OtcOrderMapper.xml
index ee4104e..8a0dd5a 100644
--- a/src/main/resources/mapper/modules/OtcOrderMapper.xml
+++ b/src/main/resources/mapper/modules/OtcOrderMapper.xml
@@ -10,7 +10,6 @@
         otc_order 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_market_bussiness c ON c.id = a.pay_md_id
         <where>
             <if test="record != null" >
                 <if test="record.account!=null and record.account!=''">

--
Gitblit v1.9.1