Commit 81afe7d9 by xin.yang

fix bug

parent 12db1c98
......@@ -91,7 +91,7 @@ namespace Siger.Middlelayer.AccRepository.Repositories
select new ResponseAutomationLocationList
{
id = q.id,
locationid = l.id,
locationid = l.locationid,
location = l.realname,
locationcode = l.serial_number,
wavehouseid = w.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