renew

FFIB 4 years ago
parent
commit
7fcc627330
1 changed files with 1 additions and 1 deletions
  1. 1 1
      account/models.py

+ 1 - 1
account/models.py

@@ -543,7 +543,7 @@ class UserInfo(BaseModelMixin, LensmanTypeBoolMixin):
543 543
             'code_version': self.code_version,
544 544
 
545 545
             #商品信息
546
-            'models': list(self.models),
546
+            'models': list(models),
547 547
 
548 548
             # 会员信息
549 549
             'integral': self.integral,