From 81e7af4e4bbe6c61c9b190040d3510592c24a026 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 15 Jul 2020 12:28:52 +0800
Subject: [PATCH] modify
---
src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml b/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
index 86b2ee3..d1df7f6 100644
--- a/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
+++ b/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
@@ -15,7 +15,7 @@
<if test="record.isInside!=null and record.isInside!=''">
and s.is_inside= #{record.isInside}
</if>
- <if test="record.status!=null and record.status!='' and record.status!='0'">
+ <if test="record.status!=null and record.status!=''">
and s.status= #{record.status}
</if>
</if>
--
Gitblit v1.9.1