Commit 44a59eea by jiawei.su

someupdate

parent 7d83939f
......@@ -118,7 +118,7 @@ namespace Siger.Middlelayer.AccRepository.Repositories
public ResponseProductFixtureInfo GetProductFixtureLocation(int projectId, string guid)
{
var query = from q in _context.siger_automation_fixture_tools
join l in _context.siger_automation_location on q.guid equals l.guid
join l in _context.siger_automation_location on q.guid equals l.fixturetools
select new ResponseProductFixtureInfo
{
FixtureGuid=q.guid,
......
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