mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 余额变动记录 隐藏等于0的记录
This commit is contained in:
@@ -203,10 +203,6 @@ public class MemberBasicInfoController extends BaseController {
|
||||
return ajaxResult;
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询会员钱包列表
|
||||
*/
|
||||
|
||||
/**
|
||||
* 查询会员钱包流水
|
||||
* http://localhost:8080/member/info/queryMemberBalanceChanges
|
||||
|
||||
@@ -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