This commit is contained in:
2021-02-25 16:46:01 +08:00
parent 116f72f86b
commit 7a432f3401
+2
View File
@@ -44,6 +44,8 @@ class SqlBuilder extends Component
return $this->addError('None data update.');
}
var_dump($string);
$update = 'UPDATE ' . $this->tableName() . ' SET ' . $string . $this->conditionToString();
$update .= $this->builderLimit($this->query);