eee
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user