WIN-2308041133\Administrator преди 5 месеца
родител
ревизия
3e53c78eb3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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('支付订单不存在!');