模糊查询百分号要在参数上, 例如下面这样
wheres = append(wheres, "name like ?") params = append(params, "%"+req.Name+"%")