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