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
2d4330d035
commit
16f12b126e
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_medium_agent.go
+ 1
- 1
app/svc/svc_medium_agent.go
View File
@@ -196,7 +196,7 @@ func GetMediumByAccountId(c *gin.Context, name, account string) string {
}
}
if account != "" {
sess.And(" username like ?", "%"+
name
+"%")
sess.And(" username like ?", "%"+
account
+"%")
}
sess.Find(&tmp)
for _, v := range tmp {
Write
Preview
Loading…
Cancel
Save