@@ -265,7 +265,7 @@ func (u *UserIdConstructor) toCountUserSQL(userId string) string {
sqlList = append(sqlList, tagSql)
}
u.countUserSQL = fmt.Sprintf(countUserSql, userId, strings.Join(sqlList, " or "))
- log.Println("toCountUserSQL:", u.baseQuerySQL)
+ log.Println("toCountUserSQL:", u.countUserSQL)
return u.countUserSQL