1 Commits 27c7ca8799 ... a91116d377

Author SHA1 Message Date
  FFIB a91116d377 update 2 months ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/consumer_admin_view.py

+ 1 - 1
api/consumer_admin_view.py

@@ -73,7 +73,7 @@ def consumer_shot_unbinding_delete(request, administrator):
73 73
         try:
74 74
             user = UserInfo.objects.get(user_id=log_info.user_id)
75 75
             user.shots_num += 1
76
-            user.integral += log_info.shot_member_integral
76
+            user.integral += log_info.integral
77 77
             model = ModelInfo.objects.get(model_id=log_info.model_id)
78 78
 
79 79
             if user.level < UserInfo.MEMBER_BLACK_GOLD and model.shot_type_id != 'V6PkivthL4sdADp4GNpQ4C':