Commit 8f5e01ff by 朱继来

Merge branch 'zjl_create_order_20180813'

parents bf76e61d f8802936
Showing with 1 additions and 1 deletions
......@@ -523,7 +523,7 @@ Class AddOrderController extends Controller
$payLog = DB::connection('order')->table('lie_pay_log')->insert($pay);
// 待发货状态
$update = DB::connection('order')->table('lie_order')->where('order_id', $order_id)->update(['status' => $status, 'pay_time' => time()]);
$update = DB::connection('order')->table('lie_order')->where('order_id', $order_id)->update(['status' => $status, 'pay_time' => time(), 'wms_syn' => 1]);
if ($update && $priceAdd && $payLog) {
DB::commit();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment