Browse Source

更新

master
huangjiajun 1 month ago
parent
commit
16f12b126e
1 changed files with 1 additions and 1 deletions
  1. +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 {


Loading…
Cancel
Save