From 093b73aadb022895a02dbbcd64b87613e19b547b Mon Sep 17 00:00:00 2001
From: 1098226878@qq.com <1098226878@qq.com>
Date: 星期一, 10 一月 2022 18:05:21 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/acct/OnlinePayV1ServiceDaoImplMapper.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/acct/OnlinePayV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/acct/OnlinePayV1ServiceDaoImplMapper.xml
index eb8e64d..66da8e9 100644
--- a/java110-db/src/main/resources/mapper/acct/OnlinePayV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/acct/OnlinePayV1ServiceDaoImplMapper.xml
@@ -79,9 +79,7 @@
<if test="mchId !=null and mchId != ''">
, t.mch_id= #{mchId}
</if>
- <if test="orderId !=null and orderId != ''">
- , t.order_id= #{orderId}
- </if>
+
<if test="totalFee !=null and totalFee != ''">
, t.total_fee= #{totalFee}
</if>
@@ -107,6 +105,9 @@
<if test="payId !=null and payId != ''">
and t.pay_id= #{payId}
</if>
+ <if test="orderId !=null and orderId != ''">
+ and t.order_id= #{orderId}
+ </if>
</update>
--
Gitblit v1.8.0