This commit is contained in:
2021-01-19 20:10:01 +08:00
parent ed185b70df
commit 7829a76e40
+7 -1
View File
@@ -129,8 +129,14 @@ class ' . $managerName . ' extends ActiveRecord
if ($key == 'primary') {
continue;
}
$html .= '
if ($property->hasType()) {
$html .= '
' . $debug . ' ' . $property->getType() . ' $' . $key . ' = ' . $val . ';' . "\n";
} else {
$html .= '
' . $debug . ' $' . $key . ' = ' . $val . ';' . "\n";
}
}
}