Skip to content

Commit

Permalink
fix: 取值错误
Browse files Browse the repository at this point in the history
  • Loading branch information
neronkl committed Oct 8, 2023
1 parent 539a4f2 commit aa82490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bk-user/bkuser/apps/tenant/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Meta:

@property
def account_expired_at_display(self) -> str:
local_time = timezone.localtime(self.updated_at)
local_time = timezone.localtime(self.account_expired_at)
return local_time.strftime("%Y-%m-%d %H:%M:%S")


Expand Down

0 comments on commit aa82490

Please sign in to comment.