Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Jan 4, 2024
1 parent c38fd9f commit 822d6a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/model/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class TeamMemberWithUser(TeamMember):
TeamMember.code_user_id == CodeUser.id,
CodeUser.status == 0,
),
viewonly=True,
)

im_user = relationship(
Expand All @@ -24,6 +25,7 @@ class TeamMemberWithUser(TeamMember):
TeamMember.im_user_id == IMUser.id,
IMUser.status == 0,
),
viewonly=True,
)


Expand Down

0 comments on commit 822d6a1

Please sign in to comment.