|
func (this *ParamInfo) HistorySearch(userId string) (string, string, string) {
|
|
func (this *ParamInfo) HistorySearch(userId string) (string, string, string) {
|
|
rows, err1 := db.ClickhouseConn.Query(context.TODO(), "select browse from sub_recommend_rule where userid=?", userId)
|
|
rows, err1 := db.ClickhouseConn.Query(context.TODO(), "select browse from sub_recommend_rule where userid=?", userId)
|