This commit is contained in:
parent
4f20828005
commit
07aff915c0
|
@ -67,7 +67,7 @@ func (s *ConfigService) OpGetPlatformList(ctx *gin.Context) (platformMap map[int
|
|||
logger.Error("Apollo read failed : %v", err)
|
||||
return nil, errcode.ErrCodeApolloReadFail
|
||||
}
|
||||
if cfg.DelFlag == 0 {
|
||||
if cfg.IsDeleted == 0 {
|
||||
platformMap[int64(i)] = cfg
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue