Explorar el Código

更新

master
huangjiajun hace 3 semanas
padre
commit
93eef00ce2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/svc/svc_medium_agent.go

+ 1
- 1
app/svc/svc_medium_agent.go Ver fichero

@@ -319,7 +319,7 @@ func GetMediumIdStr(c *gin.Context, admId int, name, account string) string {
appIds = []string{"-1"}
ex := strings.Split(appId, ",")
for _, v := range ex {
if utils.InArr(v, ids) || len(list) == 0 || admId == super.AdmId {
if utils.InArr(v, ids) || admId == super.AdmId {
appIds = append(appIds, v)
}
}


Cargando…
Cancelar
Guardar