This commit is contained in:
苏尹岚
2020-12-02 09:22:27 +08:00
parent 66abf4c711
commit ad02997ff7
2 changed files with 2 additions and 2 deletions

View File

@@ -747,7 +747,7 @@ func GetUserSerachKeyword(ctx *jxcontext.Context) (err error) {
// userID = ctx.GetUserID()
// )
// sql := `
// SELECT * FROM user_search WHERE
// SELECT SUM(count) FROM user_search WHERE
// `
return err
}