This commit is contained in:
2026-07-06 21:09:37 +08:00
parent efea04878f
commit 395d31e045
+1
View File
@@ -108,6 +108,7 @@ class SqlBuilder extends Component
*/
private function __updateBuilder(array $string): string|bool
{
var_dump('UPDATE ' . $this->getFromAlias() . ' ' . 'SET' . ' ' . implode(', ', $string) . ' ' . $this->make(), $string);
if (empty($string)) {
return Kiri::getLogger()->logCategory('None data update.');
}