This commit is contained in:
zpc 2025-09-22 21:13:26 +08:00
parent f84d8cf3c9
commit 050c89e657

View File

@ -404,7 +404,7 @@ namespace ZR.Admin.WebApi.Controllers.Business
var t = parm.Remarks.Split(" ");
if (t.Length > 0 && t.Length > 2)
{
parm.EquipmentModel = t[2].Trim();
parm.BusinessType = t[2].Trim();
}
}