Commit 72798f9d authored by nanahira's avatar nanahira

base

parent c4901b41
...@@ -19,7 +19,7 @@ export class ManualIdBase extends TimeBase implements StringIdWise { ...@@ -19,7 +19,7 @@ export class ManualIdBase extends TimeBase implements StringIdWise {
entityName: string, entityName: string,
) { ) {
super.applyQuery(qb, entityName); super.applyQuery(qb, entityName);
qb.orderBy(`${entityName}.id`, 'DESC'); qb.orderBy(`${entityName}.id`, 'ASC');
applyQueryProperty(this, qb, entityName, 'id'); applyQueryProperty(this, qb, entityName, 'id');
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment