We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9228982 commit 12a9742Copy full SHA for 12a9742
app/ApiJson/Handle/AbstractHandle.php
@@ -45,7 +45,7 @@ protected function unsetKeySaveCondition()
45
protected function subTableQuery(array $data): QueryInterface
46
{
47
$tableName = $data['from'];
48
- $tableEntity = new TableEntity($tableName, $data[$data['from']]);
+ $tableEntity = new TableEntity($tableName, $data);
49
$handle = new Handle($tableEntity->getConditionEntity(), $tableEntity);
50
$handle->build();
51
/** @var QueryInterface $query */
0 commit comments