[fix]修改提现逻辑

This commit is contained in:
wangqx 2025-09-26 10:26:26 +08:00
parent a8fe4bb1a6
commit 0966105bc5

View File

@ -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);