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, "订单已充值")