Commit d3a7a20d by lcx

二次绩效获取人员

parent 5f741298
......@@ -310,7 +310,7 @@ public SecondResponse GetSecondDetail(UseTempRequest request, int userId)
{
result.BodyItems = GetBodyItems(fixatList, headItems);
if (fixatList.Where(t => t.RowNumber != -1) == null || !fixatList.Where(t => t.RowNumber != -1).Any())
result.BodyItems.AddRange(GetBringItems(request, headItems)); //更换模板时,会自动保存顶部数据
result.BodyItems.AddRange(GetEmployees(second.AllotId.Value, userId, headItems)); //更换模板时,会自动保存顶部数据
}
else
{
......
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