|
@@ -73,8 +73,8 @@ public class JyUserServiceImpl extends ServiceImpl<IJyUserMapper, JyUser> implem
|
|
|
|
|
|
@Override
|
|
|
public ResultData getByRyId(JyUserParamVo param) {
|
|
|
- if(StrUtil.isEmpty(param.getRyNo())){
|
|
|
- throw new BusinessException(ErrorCode.PARAM_REQUIRED.code(), "ryNo不能为空");
|
|
|
+ if(StrUtil.isEmpty(param.getRyId())){
|
|
|
+ throw new BusinessException(ErrorCode.PARAM_REQUIRED.code(), "ryId不能为空");
|
|
|
}
|
|
|
return jmgaClient.post(JmgaConstant.API_GET_UCENTER_USER, param);
|
|
|
}
|