改名
This commit is contained in:
@@ -44,9 +44,7 @@ class SqlBuilder extends Component
|
||||
return $this->addError('None data update.');
|
||||
}
|
||||
|
||||
var_dump($string);
|
||||
|
||||
$update = 'UPDATE ' . $this->tableName() . ' SET ' . $string . $this->conditionToString();
|
||||
$update = 'UPDATE ' . $this->tableName() . ' SET ' . implode(',', $string) . $this->conditionToString();
|
||||
$update .= $this->builderLimit($this->query);
|
||||
|
||||
return [$update, $array];
|
||||
|
||||
Reference in New Issue
Block a user