WIN-2308041133\Administrator před 5 měsíci
rodič
revize
1e84a758ee
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      application/api/controller/Lave.php

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

@@ -195,7 +195,7 @@ class Lave extends Api
         @file_put_contents("quanju.txt", $plan_id . "-签约模版编号\r\n", 8);
 //        unset($where1['plan_id']);
         $where1['contract_code'] = WechatPlanRecord::getNewCode();
-        if ($where['uid']!=6779&&$where['uid']!=12125){
+        if ($where['user_id']!=6779&&$where['user_id']!=12125){
             $order = LaveMonthModel::create($where1);
             if (!$order) $this->error(LaveMonthModel::getErrorInfo());
             $orderId = $order['order_id'];