=========================================== 🔄 FORZAR AUTO-DISCOVERY OCURRENCIA #1138 =========================================== 📋 Ocurrencia ID: 1138 📋 External ID: AGT-001220 📋 DNI Sereno: 48883953 📊 ESTADO ANTES: -------------------------------------------
json_decode(): Argument #1 ($json) must be of type string, array given
force_sync_1138.php30echo "📋 DNI Sereno: {$ocurrenciaModel->dni_sereno}\n\n";3132// Mostrar estado ANTES33echo "📊 ESTADO ANTES:\n";34echo "-------------------------------------------\n";35$mulUrlRemoto = json_decode($ocurrenciaModel->mul_url_remoto, true) ?? [];36echo "📸 URLs en mul_url_remoto: " . count($mulUrlRemoto) . "\n";37foreach ($mulUrlRemoto as $url) {38 $tipo = strpos($url, '/fotos/') !== false ? '📸' : (strpos($url, '/videos/') !== false ? '🎥' : '🎵');39 echo " {$tipo} {$url}\n";40}41echo "\n";4243// Ejecutar sync44echo "🔄 EJECUTANDO AUTO-DISCOVERY...\n";45echo "-------------------------------------------\n";4647force_sync_1138.php30echo "📋 DNI Sereno: {$ocurrenciaModel->dni_sereno}\n\n";3132// Mostrar estado ANTES33echo "📊 ESTADO ANTES:\n";34echo "-------------------------------------------\n";35$mulUrlRemoto = json_decode($ocurrenciaModel->mul_url_remoto, true) ?? [];36echo "📸 URLs en mul_url_remoto: " . count($mulUrlRemoto) . "\n";37foreach ($mulUrlRemoto as $url) {38 $tipo = strpos($url, '/fotos/') !== false ? '📸' : (strpos($url, '/videos/') !== false ? '🎥' : '🎵');39 echo " {$tipo} {$url}\n";40}41echo "\n";4243// Ejecutar sync44echo "🔄 EJECUTANDO AUTO-DISCOVERY...\n";45echo "-------------------------------------------\n";4647select * from `ocurrencias` where `id` = 1138 limit 1select * from `ocurrencias` where `ocurrencias`.`id` = 1138 and `ocurrencias`.`deleted_at` is null limit 1