Commit eb63d312 by LiuJunYi

新增评论增加order关联

parent 0b26760f
......@@ -74,6 +74,7 @@ class Comment extends Base
'grade' => input('post.grade'),
'pid' => $order->pid,
'uid' => $this->userinfo[0],
'order_id' => $order->id,
]);
$order->is_comment = config('comment_status.to_examine');
$order->save();
......
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 to comment