分销账号 提现
This commit is contained in:
parent
fece3d1843
commit
696ee71b8a
|
|
@ -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("提现代理信息不存在!");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue