|
@@ -54,7 +54,7 @@ public class ApplyOauthServiceImpl extends BaseMybatisService<ApplyOauth, String
|
|
ApplyOauth applyOauth = applyOauthMapper.selectOne(queryWrapper);
|
|
ApplyOauth applyOauth = applyOauthMapper.selectOne(queryWrapper);
|
|
|
|
|
|
if (applyOauth == null) {
|
|
if (applyOauth == null) {
|
|
- throw new IllegalArgumentException("ApplyOauth is does not exist.");
|
|
|
|
|
|
+ return null;
|
|
}
|
|
}
|
|
|
|
|
|
applyOauth.setApplyId(id);
|
|
applyOauth.setApplyId(id);
|