mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 余额变动记录 隐藏等于0的记录
This commit is contained in:
@@ -470,6 +470,7 @@
|
||||
t1.after_amount as afterAmount
|
||||
from member_wallet_log t1
|
||||
where t1.member_id = #{memberId,jdbcType=VARCHAR}
|
||||
and t1.amount != 0
|
||||
<if test="type != null and type != ''">
|
||||
and t1.type = #{type,jdbcType=VARCHAR}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user