Commit 11af742c by 纪旭 韦

手工录入模糊搜索修复

parent a401fe26
......@@ -1634,7 +1634,7 @@ public GatherResponse GetGatherTotal(Gather gather)
}
else
{
exresultgather = exresultgatherRepository.GetEntities(t => t.AllotId == gather.AllotId);
exresultgather = exresultgatherRepository.GetEntities(exp);
}
......
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