소스 검색

Merge remote-tracking branch 'remotes/origin/locky' into test

Ansjer 1 년 전
부모
커밋
788ff5996d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      AdminController/ServeManagementController.py

+ 3 - 0
AdminController/ServeManagementController.py

@@ -385,6 +385,9 @@ class serveManagement(View):
 
                 # 查询product_id
                 product_id = ''
+                subscription_group = ''
+                subscription_group_id = ''
+                package_type = 0
                 in_app_purchase_qs = InAppPurchasePackage.objects.filter(rank__id=store_meal_id).\
                     values('product_id', 'subscription_group', 'subscription_group_id', 'package_type')
                 if in_app_purchase_qs.exists():