Adicionado a tabela de partição do GED
This commit is contained in:
parent
2ed24b6e38
commit
934755e68e
1 changed files with 3 additions and 4 deletions
7
vendor/action/log/log_save.php
vendored
7
vendor/action/log/log_save.php
vendored
|
|
@ -158,6 +158,9 @@ try {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Deleta os dados da partição */
|
||||||
|
$StationFolder->DeletePartition($clientId, $stationId);
|
||||||
|
|
||||||
/** Exclui as antigas pastas */
|
/** Exclui as antigas pastas */
|
||||||
$StationFolder->Delete($stationId);
|
$StationFolder->Delete($stationId);
|
||||||
|
|
||||||
|
|
@ -186,10 +189,6 @@ try {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** Deleta os dados da partição */
|
|
||||||
$StationFolder->DeletePartition($clientId, $stationId);
|
|
||||||
|
|
||||||
/** Grava os detalhes da partição GED */
|
/** Grava os detalhes da partição GED */
|
||||||
$StationFolder->SavePartition($jsonLog->ged->{'partition'},
|
$StationFolder->SavePartition($jsonLog->ged->{'partition'},
|
||||||
$clientId,
|
$clientId,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue