分销账号 提现

This commit is contained in:
2025-01-06 22:40:40 +08:00
parent fece3d1843
commit 696ee71b8a

View File

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