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