This commit is contained in:
2026-06-30 23:01:11 +08:00
parent e40de4ee4a
commit fe639bbd1f
+1 -1
View File
@@ -106,7 +106,7 @@ class SqlBuilder extends Component
return Kiri::getLogger()->logCategory('None data update.');
}
var_dump($attributes, $this->query->getCondition());
var_dump($string, $this->query->getCondition());
return 'UPDATE ' . $this->getFromAlias() . ' SET ' . implode(',', $string) . $this->make();
}