mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38:41 +00:00
fix tests
This commit is contained in:
parent
23cf5e4a48
commit
3fa5184167
|
|
@ -225,7 +225,7 @@ class SpreadsheetDatabaseMapper implements IODatabaseMapper
|
||||||
$query->sets($titles[$j - 1], $workSheet->getCell(StringUtils::intToAlphabet($j) . $line)->getCalculatedValue());
|
$query->sets($titles[$j - 1], $workSheet->getCell(StringUtils::intToAlphabet($j) . $line)->getCalculatedValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
$query->where($titles[0], '=', $workSheet->getCell('A' . $line)->getCalculatedValue());
|
$query->where((string) $titles[0], '=', $workSheet->getCell('A' . $line)->getCalculatedValue());
|
||||||
$query->execute();
|
$query->execute();
|
||||||
|
|
||||||
++$line;
|
++$line;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user