mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-10 17:28:40 +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->where($titles[0], '=', $workSheet->getCell('A' . $line)->getCalculatedValue());
|
||||
$query->where((string) $titles[0], '=', $workSheet->getCell('A' . $line)->getCalculatedValue());
|
||||
$query->execute();
|
||||
|
||||
++$line;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user