|
|
@@ -2277,7 +2277,7 @@ class BiAuditPowiazania {
|
|
|
try {
|
|
|
foreach ($result as $i => $row) {
|
|
|
$this->i = $i + 1;
|
|
|
- $this->pracownikID = DB::getPDO()->fetchValue("select `REMOTE_ID` from `BI_AUDIT_ALL` where `ID` = :ID", [":ID" => $row['ID']]);
|
|
|
+ $this->pracownikID = DB::getPDO()->fetchValue("select `REMOTE_ID` from `BI_audit_ALL` where `ID` = :ID", [":ID" => $row['ID']]);
|
|
|
$this->startTimestamp = microtime(true);
|
|
|
$this->lastProgress = 0;
|
|
|
$this->saveProgress(0, "Wyszukiwanie powiązań dla obiektu {$this->i}/{$this->count}");
|