mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
3.0.0
This commit is contained in:
@@ -49,7 +49,7 @@ public class DefaultEnvGrayManager implements EnvGrayManager {
|
||||
}
|
||||
|
||||
private ServiceGrayConfig getGrayConfig(String serviceId) {
|
||||
if (serviceId == null) {
|
||||
if (serviceId == null || !instanceIdServiceIdMap.containsValue(serviceId)) {
|
||||
return null;
|
||||
}
|
||||
return serviceGrayConfigMap.get(serviceId);
|
||||
|
Reference in New Issue
Block a user