Commit 21ff333f by xin.yang

fix bug

parent 1ed21e65
......@@ -212,7 +212,8 @@ namespace Siger.Middlelayer.AccRepository.Repositories
var entity = new siger_automation_location
{
guid = Guid.NewGuid().ToString(),
locationid = location.id,
location_cid = location.id,
locationid = location.locationid,
fixturetools = fixturetool.guid,
attachment = "",
filename = "",
......
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