WH01243 9 月之前
父节点
当前提交
9f7bfc8b8b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)