feat: deal tags
This commit is contained in:
@ -99,6 +99,7 @@ class DealRepository(
|
||||
joinedload(Deal.status),
|
||||
joinedload(Deal.board),
|
||||
selectinload(Deal.group),
|
||||
selectinload(Deal.tags),
|
||||
)
|
||||
.where(Deal.is_deleted.is_(False))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user