321
This commit is contained in:
parent
f84d8cf3c9
commit
050c89e657
|
|
@ -404,7 +404,7 @@ namespace ZR.Admin.WebApi.Controllers.Business
|
||||||
var t = parm.Remarks.Split(" ");
|
var t = parm.Remarks.Split(" ");
|
||||||
if (t.Length > 0 && t.Length > 2)
|
if (t.Length > 0 && t.Length > 2)
|
||||||
{
|
{
|
||||||
parm.EquipmentModel = t[2].Trim();
|
parm.BusinessType = t[2].Trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user