Commit f8802936 by 朱继来

自营线下审核通过添加wms_syn

parent 6e113225
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