WH01243 9 months ago
parent
commit
9f7bfc8b8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jfw/modules/publicapply/src/subscribe/entity/entity.go

+ 1 - 0
src/jfw/modules/publicapply/src/subscribe/entity/entity.go

@@ -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)