|
@@ -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
|
|