改名
This commit is contained in:
@@ -433,6 +433,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
foreach ($param as $key => $val) {
|
foreach ($param as $key => $val) {
|
||||||
|
var_dump($param, $val);
|
||||||
if (!$this->has($key)) {
|
if (!$this->has($key)) {
|
||||||
$this->setAttribute($key, $val);
|
$this->setAttribute($key, $val);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user