$docter_id, 'status' => 1, 'user_id' => $user_id, 'type' => $type, 'relation_id' => $relation_id, 'content' => $content, ]; if (in_array($type, [1,4])) { $product_type = Order::where('id', $relation_id)->value('product_type'); $add['order_type'] = $product_type; } DocterMessage::create($add); return true; } }