Commit 35a7b081 by 杨树贤

询价时间问题

parent df6ef40a
Showing with 2 additions and 0 deletions
......@@ -31,6 +31,8 @@ class HandleInquiry extends Form implements LazyRenderable
}
Inquiry::where('inquiry_id', $input['inquiry_id'])->update([
'status' => $input['status'],
'processing_time' => time(),
'update_time' => time(),
'processing_result' => $input['handle_result']
]);
return $this
......
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