feat: deal attributes editing
This commit is contained in:
@ -46,7 +46,7 @@ class ModuleRepository(
|
||||
Module.is_deleted.is_(False),
|
||||
or_(Attribute.id.is_(None), Attribute.is_deleted.is_(False)),
|
||||
)
|
||||
.order_by(Attribute.id)
|
||||
.order_by(Module.id, Attribute.id)
|
||||
)
|
||||
|
||||
async def get_with_attributes_as_tuples(
|
||||
|
||||
Reference in New Issue
Block a user