Merge branch release/22.0.beta of zentao/zentaopms (#13316)

This commit is contained in:
刘刚
2026-01-15 14:39:54 +08:00
committed by Gitfox
+2 -1
View File
@@ -13012,7 +13012,8 @@ class upgradeModel extends model
$params = [];
foreach($parts as $index => $value)
{
$key = 'param' . $index + 1;
$index ++;
$key = "param{$index}";
$value = $cleanValue($value);
$params[$key] = $value;