Commit aa2d233b by xin.yang

fix bug

parent c7ee3900
...@@ -97,14 +97,14 @@ namespace Siger.ApiACC.Controllers ...@@ -97,14 +97,14 @@ namespace Siger.ApiACC.Controllers
{ {
dataList.Add(new FixtureToolsAssmeblyList dataList.Add(new FixtureToolsAssmeblyList
{ {
ParentCategory = item.parentcategory, ParentCategory = item.category,
ParentPartNumber = item.parentpartnumber, ParentPartNumber = item.partnumber,
ParentFixtureTool = item.parentname, ParentFixtureTool = item.name,
ParentSpecfication = item.parentspecfication, ParentSpecfication = item.specfication,
Category = item.category, Category = "",
FixtureTool = item.name, FixtureTool = "",
PartNumber = item.partnumber, PartNumber = "",
Specfication = item.specfication, Specfication = "",
Status = item.status == (int)RowState.Valid ? "可用" : "停用", Status = item.status == (int)RowState.Valid ? "可用" : "停用",
Remark = item.remark, Remark = item.remark,
Updator = item.updator, Updator = item.updator,
......
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