WIN-2308041133\Administrator преди 5 месеца
родител
ревизия
1e84a758ee
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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'];