This commit is contained in:
2021-01-19 19:52:16 +08:00
parent a80f95f64d
commit d1fea7c183
+3
View File
@@ -126,6 +126,9 @@ class ' . $managerName . ' extends ActiveRecord
$html .= '
' . $debug . ' static $' . $key . ' = ' . $val . ';' . "\n";
} else {
if ($key == 'primary') {
continue;
}
$html .= '
' . $debug . ' $' . $key . ' = ' . $val . ';' . "\n";
}