From fb5549475c11fa264f4a4630638c136c99250d1e Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 20 May 2021 11:36:40 +0800 Subject: [PATCH] 20210520 订单更新付款人,订单状态,支付时间 --- src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml b/src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml index 077808c..12799d6 100644 --- a/src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml +++ b/src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml @@ -10,7 +10,6 @@ otc_entrust_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.mb_id <where> <if test="record != null" > <if test="record.account!=null and record.account!=''"> -- Gitblit v1.9.1