@@ -126,6 +126,7 @@ type RuleStruct struct {
Browse string `ch:"browse"`
}
+// 浏览记录查询
func (this *ParamInfo) HistorySearch(userId string) (string, string, string) {
ass := []RuleStruct{}
rows, err1 := db.ClickhouseConn.Query(context.TODO(), "select browse from sub_recommend_rule where userid=?", userId)