mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix error "Integrity constraint violation: 1052 Column 'id' in where clause is ambiguous"
This commit is contained in:
parent
b66ee2d527
commit
67326c7840
@ -180,7 +180,7 @@ class StateBalancesTable extends Table
|
||||
|
||||
$transactions = $transactionsTable
|
||||
->find('all')
|
||||
->where(['id IN' => array_keys($transaction_ids)])
|
||||
->where(['Transactions.id IN' => array_keys($transaction_ids)])
|
||||
->contain(['TransactionCreations', 'TransactionSendCoins']);
|
||||
|
||||
$transactions_indiced = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user