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