mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
个人钱包消费列表优化
This commit is contained in:
@@ -85,6 +85,14 @@ public interface MemberWalletLogMapper {
|
||||
*/
|
||||
List<MemberWalletLogVO> getMemberWalletDetail(@Param("dto") UniAppQueryMemberBalanceDTO dto);
|
||||
|
||||
/**
|
||||
* 小程序查询会员余额明细
|
||||
* 根据订单合并
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
List<MemberWalletLogVO> getMemberWalletDetailV2(@Param("dto") UniAppQueryMemberBalanceDTO dto);
|
||||
|
||||
/**
|
||||
* 批量查询用户可退款金额
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user