'自提' ]); $zons = Zone::where('type', Zone::TYPE_AREA)->pluck('id')->map(fn($v) => $v.""); DB::table('shipping_rules')->insert([ 'template_id' => $template->id, 'type' => 1, 'info' => json_encode(["threshold" => "0"]), 'zones' => json_encode($zons), 'created_at' => now(), 'updated_at' => now() ]); } }