Commit 71b7dd7e by 朱继来

调整物流

parent 61047e6d
Showing with 1 additions and 1 deletions
......@@ -130,7 +130,7 @@ class ReturnController extends Controller
$show = $page->show();
// 获取配送方式
$shippings = DB::connection('order')->table('lie_shipping')->where(['enabled'=>1,'is_order'=>1])->get();
$shippings = DB::connection('order')->table('lie_shipping')->get();
$ship_type = [];
foreach ($shippings as $k => $v) {
......
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