mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 获取累计充值金额
This commit is contained in:
@@ -382,6 +382,7 @@ public class MemberService {
|
||||
.build();
|
||||
vo.setPageResponse(pageResponse);
|
||||
// log.info("查询用户余额信息 service方法 end");
|
||||
|
||||
return vo;
|
||||
}
|
||||
|
||||
|
||||
@@ -86,6 +86,7 @@ public class MemberBasicInfoController extends BaseController {
|
||||
public AjaxResult createMerchantVip(@RequestBody CreateMerchantVipDTO dto) {
|
||||
AjaxResult ajaxResult;
|
||||
try {
|
||||
dto.setFromWeb(Constants.ONE);
|
||||
memberBasicInfoService.createMerchantVip(dto);
|
||||
ajaxResult = AjaxResult.success();
|
||||
} catch (BusinessException e) {
|
||||
|
||||
Reference in New Issue
Block a user