[fix]修改提现逻辑
This commit is contained in:
parent
a8fe4bb1a6
commit
0966105bc5
@ -199,7 +199,7 @@ public class AppMemberController {
|
||||
//获取用户信息
|
||||
LoginUser loginUser = LoginHelper.getLoginUser();
|
||||
if (loginUser == null) {
|
||||
throw new ServiceException("用户未登录");
|
||||
return R.notLogin();
|
||||
}
|
||||
Long memberId = loginUser.getUserId();
|
||||
bo.setMemberId(memberId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user