Adicionado a tabela de partição do GED
This commit is contained in:
parent
0c2b33d8d2
commit
29bcfabc70
1 changed files with 2 additions and 3 deletions
5
vendor/action/log/log_save.php
vendored
5
vendor/action/log/log_save.php
vendored
|
|
@ -81,6 +81,8 @@ try {
|
|||
/** Id do cliente */
|
||||
$clientId = $ClientResult->client_id > 0 ? $ClientResult->client_id : $Client->getId();
|
||||
|
||||
/** Exclui antigas unidades */
|
||||
$StationDisk->Delete($clientId);
|
||||
|
||||
/** Exclui todas as estações de um determinado cliente */
|
||||
$Station->Delete($clientId);
|
||||
|
|
@ -112,9 +114,6 @@ try {
|
|||
/** Id da estação */
|
||||
$stationId = $Station->getId();
|
||||
|
||||
|
||||
/** Exclui antigas unidades */
|
||||
$StationDisk->Delete($clientId);
|
||||
|
||||
// Percorre cada disco (C:, D:, etc.)
|
||||
foreach ($jsonLog->disk as $drive => $details) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue