Commit 90af3681 by 杨树贤

询价写入数据问题

parent 37f59c2b
Showing with 1 additions and 0 deletions
......@@ -18,6 +18,7 @@ class InquiryService
$inquiry = [
'inquiry_sn' => self::generateSn(),
'user_id' => $user->id,
'sales_id' => $user->sale_id,
'user_types' => $user->account_properties,
'remark' => $remark,
'create_time' => time(),
......
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