|
@@ -592,7 +592,7 @@ class OrderController extends Controller
|
592
|
592
|
$order['logistics_id'] = trim($request->input('logistics_id')); //物流单号
|
593
|
593
|
$order['is_refund'] = (int)$request->input('is_refund'); //是否退过单
|
594
|
594
|
if($request->input('refund_price')) $order['refund_price'] = trim($request->input('refund_price')); //应该退补差价
|
595
|
|
- $order['is_fugou'] = (int)$request->input('is_fugou'); //是否复购
|
|
595
|
+ //$order['is_fugou'] = (int)$request->input('is_fugou'); //是否复购
|
596
|
596
|
$order['warehouse'] = (int)$request->input('warehouse'); //仓库
|
597
|
597
|
$order['delivery_date'] = !empty($request->input('delivery_date')) ? $request->input('delivery_date') : date('Y-m-d'); //发货日期
|
598
|
598
|
$order['order_status'] = (int)$request->input('order_status');
|