分销账号 提现

This commit is contained in:
wangw 2025-01-06 22:40:40 +08:00
parent fece3d1843
commit 696ee71b8a
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ public class CashOutServiceImpl extends ServiceImpl<CashOutDao, CashOut> impleme
throw new SqxException("提现用户信息不存在!");
}
} else {
SysUserEntity sysUserEntity = sysUserService.getById(entity.getSysUserId());
SysUserEntity sysUserEntity = sysUserService.getById(entity.getUserId());
if (sysUserEntity == null) {
throw new SqxException("提现代理信息不存在!");
}