mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
优化结果返回
This commit is contained in:
@@ -261,7 +261,7 @@ public abstract class BaseExecutorAdapter<T, R> implements ResultExecutor<T, R>
|
||||
return null;
|
||||
}
|
||||
Isv isvInfo = isvManager.getIsv(appKey);
|
||||
String privateKeyPlatform = isvInfo.getPrivateKeyPlatform();
|
||||
String privateKeyPlatform = isvInfo == null ? null : isvInfo.getPrivateKeyPlatform();
|
||||
if (StringUtils.isEmpty(privateKeyPlatform)) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user