update

FFIB 9 hours ago
parent
commit
49b4dc3dbf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      member/models.py

+ 1 - 0
member/models.py

@@ -812,6 +812,7 @@ class MemberActivitySignupInfo(BaseModelMixin, BrandInfoMixin):
812 812
             'fields': json.loads(self.fields) if self.fields else [],
813 813
             'is_signin': self.is_signin,
814 814
             'audit_status': self.audit_status,
815
+            'created_at': tc.local_string(utc_dt=self.created_at),
815 816
         }
816 817
 
817 818