aa
This commit is contained in:
@@ -211,8 +211,8 @@ func GetJobs(ctx *jxcontext.Context, userIDs []string, categoryIDs, statuss, ven
|
||||
dao.UpdateEntity(db, userSearchs[0], "Count", "UpdatedAt")
|
||||
} else {
|
||||
userSearch := &model.UserSearch{
|
||||
UserID: userID,
|
||||
Key: keyword,
|
||||
UserID: userID,
|
||||
Keyword: keyword,
|
||||
}
|
||||
dao.WrapAddIDCULEntity(userSearch, ctx.GetUserName())
|
||||
dao.CreateEntity(db, userSearch)
|
||||
|
||||
Reference in New Issue
Block a user