1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +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 = `
select
t.*
t.testId as testId
from
test t
join ${this.type}ClassLink link using(classId)