Commit d63e5d1a by 朱继来

Merge branch 'zjl_adjust_20181026' into development

parents a05f7365 c594eb74
Showing with 1 additions and 1 deletions
......@@ -281,7 +281,7 @@ Class AddOrderController extends Controller
if (!empty($intracode)) {
$user = DB::connection('order')->table('lie_user_main')->where('user_id', $intracode->user_id)->select('mobile')->first();
$info['mobile'] = $user->mobile ? $user->mobile : '';
$info['mobile'] = $user ? $user->mobile : '';
}
return view('addOffline', $info);
......
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