| @@ -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': |