Commit ddfbe6c3 by 朱继来

添加sale_id

parent 4cd5e5d4
Showing with 1 additions and 0 deletions
......@@ -213,6 +213,7 @@ Class AddOrderController extends Controller
$address->district_val = $this->getAddress($address->district);
$info['address'] = $address;
$sale_id = $request->user->userId;
$info['sale_id'] = $request->user->userId;
// 当前登录用户名称
......
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