소스 검색

修改查询消耗型订单逻辑

linhaohong 1 년 전
부모
커밋
bd4ab4424e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -1713,7 +1713,7 @@ class CloudStorageView(View):
                     )
                     product_id = InAppPurchasePackage.objects.filter(id=package_id).values("product_id")[0]["product_id"]
             else:
-                product_id = InAppPurchasePackage.objects.filter(is_ai=is_ai, package_type=0).values("product_id")[0]["product_id"]
+                product_id = InAppPurchasePackage.objects.filter(rank_id=rank).values("product_id")[0]["product_id"]
 
             Order_Model.objects.create(
                 orderID=order_id, UID=uid, channel=channel, userID_id=user_id, desc=content, payType=pay_type,