Commit ca993c8d by jiawei.su

fixedbug

parent f53de767
...@@ -837,7 +837,9 @@ namespace Siger.ApiACC.Controllers ...@@ -837,7 +837,9 @@ namespace Siger.ApiACC.Controllers
result.Sn = sn; result.Sn = sn;
result.OrderNumber = orderNo; result.OrderNumber = orderNo;
result.Location = oldLocation; result.Location = oldLocation;
result.FixtureCode = location.fixturename;
result.FixtureGuid = location.fixturetools;
result.FixtureName = location.fixturename;
return new ObjectResult(result); return new ObjectResult(result);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment