!513 update application/admin/command/Crud.php.

Merge pull request !513 from sixXing/1.x
pull/514/head
Karson 2025-09-26 02:01:05 +00:00 committed by Gitee
commit 4619bde6b8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -1571,6 +1571,7 @@ EOD;
$valArr = explode('=', $v);
if (count($valArr) == 2) {
list($key, $value) = $valArr;
$key = trim($key);
$itemArr[$key] = $field . ' ' . $key;
}
}