Commit c594eb74 by 朱继来

调整内部采购下单手机号码显示

parent eb4229cb
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