Commit 675e0852 by xin.yang

fix bug

parent 0f91e96d
...@@ -439,7 +439,7 @@ namespace Siger.ApiWMS.Controllers ...@@ -439,7 +439,7 @@ namespace Siger.ApiWMS.Controllers
tmp.storeID = entity.locationid;//赋值前端填写的储位ID tmp.storeID = entity.locationid;//赋值前端填写的储位ID
} }
//处理顺序问题 //处理顺序问题
locatype = locationType.FirstOrDefault(q => q.id == item.typeid); locatype = locationType.FirstOrDefault(q => q.id == entity.typeid);
tmp.field.Add(new FiledName tmp.field.Add(new FiledName
{ {
id = entity.id, id = entity.id,
......
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