WIN-2308041133\Administrator 5 miesięcy temu
rodzic
commit
3e53c78eb3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      application/api/controller/Lave.php

+ 1 - 1
application/api/controller/Lave.php

@@ -208,7 +208,7 @@ class Lave extends Api
 
         $info = compact('orderId');
         if ($orderId) {
-            if ($where['uid']!=6779&&$where['uid']!=12125){
+            if ($where['user_id']!=6779&&$where['user_id']!=12125){
                 $orderInfo = LaveMonthModel::where('order_id', $orderId)->find();
                 if (!$orderInfo || !isset($orderInfo['paid'])) {
                     $this->error('支付订单不存在!');