This commit is contained in:
2021-03-05 18:22:26 +08:00
parent f0be7f0c3a
commit 47d71327fb
-2
View File
@@ -269,8 +269,6 @@ class ActiveRecord extends BaseActiveRecord
{
$data = $this->_attributes;
foreach ($this->getAnnotation(self::ANNOTATION_GET) as $key => $item) {
var_dump($data, $key);
if (!isset($data[$key])) continue;
$data[$key] = $this->runAnnotation($key, $data[$key] ?? null);