|
@@ -44,7 +44,7 @@ public class JySceneUserAuthServiceImpl extends ServiceImpl<IJySceneUserAuthMapp
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
JySceneAuth jySceneAuth = jySceneAuthService.getByNum(param.getNum());
|
|
|
- if(jySceneAuth == null){
|
|
|
+ if(jySceneAuth == null || jySceneAuth.getAuthType() == 0){
|
|
|
return new JySceneAuth(0);
|
|
|
}
|
|
|
|