@@ -80,6 +80,7 @@ func KeysetViewDatasCount(userId, vType, key, notkey string, matchway int, sessi
} else {
qstr = GetVIPViewSql(userId, sql)
}
+ fmt.Println(qstr)
return elastic.Count(INDEX, TYPE, qstr)