update 获取累计充值金额

This commit is contained in:
2024-03-02 16:45:36 +08:00
parent 6d898a6b54
commit afb27a812d
9 changed files with 126 additions and 13 deletions

View File

@@ -382,6 +382,7 @@ public class MemberService {
.build();
vo.setPageResponse(pageResponse);
// log.info("查询用户余额信息 service方法 end");
return vo;
}