mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-13 14:30:08 +08:00
update 余额变动记录 隐藏等于0的记录
This commit is contained in:
@@ -203,10 +203,6 @@ public class MemberBasicInfoController extends BaseController {
|
|||||||
return ajaxResult;
|
return ajaxResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 查询会员钱包列表
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询会员钱包流水
|
* 查询会员钱包流水
|
||||||
* http://localhost:8080/member/info/queryMemberBalanceChanges
|
* http://localhost:8080/member/info/queryMemberBalanceChanges
|
||||||
|
|||||||
@@ -470,6 +470,7 @@
|
|||||||
t1.after_amount as afterAmount
|
t1.after_amount as afterAmount
|
||||||
from member_wallet_log t1
|
from member_wallet_log t1
|
||||||
where t1.member_id = #{memberId,jdbcType=VARCHAR}
|
where t1.member_id = #{memberId,jdbcType=VARCHAR}
|
||||||
|
and t1.amount != 0
|
||||||
<if test="type != null and type != ''">
|
<if test="type != null and type != ''">
|
||||||
and t1.type = #{type,jdbcType=VARCHAR}
|
and t1.type = #{type,jdbcType=VARCHAR}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user