fuwencai 9 сар өмнө
parent
commit
be47779957

+ 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 "))
-	fmt.Println("baseQuerySQL:", u.baseQuerySQL)
+	fmt.Println("toCountUserSQL:", u.baseQuerySQL)
 	return u.countUserSQL
 }