fuwencai 9 сар өмнө
parent
commit
0c0c0244ea

+ 1 - 1
service/userGroupService.go

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