update 查询会员余额变动记录列表

This commit is contained in:
2023-11-08 14:59:19 +08:00
parent d87eb90691
commit 714f3e41d7
3 changed files with 14 additions and 1 deletions

View File

@@ -500,7 +500,9 @@
t1.sub_type as subType,
t1.amount,
t1.category,
t1.create_time as transactionTime
t1.create_time as transactionTime,
t1.before_amount as beforeAmount,
t1.after_amount as afterAmount
from member_wallet_log t1
where t1.member_id = #{memberId,jdbcType=VARCHAR}
<if test="type != null and type != ''">