1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00

Don't fetch unneccasary records from db

This commit is contained in:
2022-02-25 15:52:56 +00:00
parent 73bf0f699c
commit 8063cad2f4

View File

@@ -130,7 +130,7 @@ class User {
let sql = ` let sql = `
select select
t.* t.testId as testId
from from
test t test t
join ${this.type}ClassLink link using(classId) join ${this.type}ClassLink link using(classId)