sunhao 5 years ago
parent
commit
cd77f9ed81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/OrderController.php

+ 1 - 1
app/Http/Controllers/Admin/OrderController.php

@@ -618,7 +618,7 @@ class OrderController extends Controller
618 618
                 $up_c = DB::table('customers')->where('id', $if_e->id)->update($customers);
619 619
             }else{
620 620
                 $customers['phone'] = $order['receiverMobile'];                
621
-                $customers['is_fugou'] = $order['is_fugou'];
621
+                $customers['is_fugou'] = 0;
622 622
                 $in_c = DB::table('customers')->insert($customers);
623 623
             }
624 624