update application/admin/command/Crud.php.

Signed-off-by: sixXing <464401240@qq.com>
pull/513/head
sixXing 2025-09-25 03:55:40 +00:00 committed by Gitee
parent 6361d9228f
commit 5f70f0ceae
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

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