|
@@ -40,7 +40,7 @@ public class InnerAPIController extends BaseController {
|
|
|
throw new BusinessException(ResultCode.JY_ID_NO_EXIST);
|
|
|
}
|
|
|
}
|
|
|
- if(StringUtils.isBlank(param.getRyNo())){
|
|
|
+ if(StringUtils.isNotBlank(param.getRyNo())){
|
|
|
jyuser = jyUserService.getByRyNo(param.getRyNo());
|
|
|
if(jyuser == null){
|
|
|
throw new BusinessException(ResultCode.JY_ID_NO_EXIST);
|