linhaohong пре 9 месеци
родитељ
комит
0858fcdb2c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Controller/InAppPurchaseController.py

+ 1 - 1
Controller/InAppPurchaseController.py

@@ -162,7 +162,7 @@ class InAppPurchaseView(View):
             is_ai = store_qs[0]['is_ai']
             expire = store_qs[0]['expire']
             end_time = CommonService.calcMonthLater(expire)
-            if UID_Bucket.objects.filter(orderID=order_id).exists():
+            if UID_Bucket.objects.filter(orderId=order_id).exists():
                 return response.json(174, "订单已充值")
             if Unused_Uid_Meal.objects.filter(order_id=order_id).exists():
                 return response.json(174, "订单已充值")