This website works better with JavaScript.
Home
Explore
Help
Sign In
zhimeng
/
ad_platform
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新
master
huangjiajun
1 month ago
parent
b0a4f7244c
commit
386f289264
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/svc/svc_data_center_original_data.go
+ 1
- 1
app/svc/svc_data_center_original_data.go
View File
@@ -350,7 +350,7 @@ func GetAppletId(c *gin.Context, name, platform string) string {
}
sess.Find(&tmp)
for _, v := range tmp {
ids = append(ids,
utils.IntToStr(v.MediumId)
)
ids = append(ids,
v.AppId
)
}
mediumId = strings.Join(ids, ",")
}
Write
Preview
Loading…
Cancel
Save