Explorar o código

feature(应用修改bug解决): 应用修改bug解决

应用修改bug解决
mazq %!s(int64=2) %!d(string=hai) anos
pai
achega
61f60aba93

+ 1 - 1
dcuc-app-service/src/main/java/com/dragoninfo/dcuc/app/service/impl/ApplyOauthServiceImpl.java

@@ -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);