瀏覽代碼

bug found now problem still in status inf. Bieżące informacje szczegółowe od silnika przetwarzania analizy relacji
Wystąpił błąd podczas pełnego odświeżania cache (Field not found 'default_db/BI_audit_MSIG_address/BI_audit_MSIG_address/default_db__x3A__BI_audit_KRS_address:BI_audit_KRS_address')

a.binder 8 年之前
父節點
當前提交
082f80a7c3
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      SE/se-lib/Route/UrlAction/BiAuditGenerate.php

+ 2 - 3
SE/se-lib/Route/UrlAction/BiAuditGenerate.php

@@ -1860,10 +1860,9 @@ SQL;
 					$refTable = ACL::getRefTable("default_db/{$refTableFrom}/{$refTableFrom}", "default_db__x3A__{$refTableTo}:{$refTableTo}");
 						echo "
 						#1860 found getRefTable={$getRefTable}";
-					$queries[] = "select 1+1"; //debug 1-st line outputs error tracing!
 					$queries[] = "update `{$refTable}` set `A_STATUS` = 'WAITNG' where `A_STATUS` = 'NORMAL'";
-					$queryes[] = "delete from `{$refTable}` where `TRANSACTION_ID` = '-1'";
-					$queryes[] = " insert into `{$refTable}` (
+					$queries[] = "delete from `{$refTable}` where `TRANSACTION_ID` = '-1'";
+					$queries[] = " insert into `{$refTable}` (
 									  `PRIMARY_KEY`
 									  `REMOTE_PRIMARY_KEY`
 									)