Commit aefa4cc1 by lcx

审核列表显示状态数据修改

parent ae0981df
......@@ -956,7 +956,7 @@ public object CollectDataList(int hospitalId)
t.ID,
t.Year,
t.Month,
Status = GetStatus(data.Where(s => s.AllotID == t.ID))
Status = GetStatus(data?.Where(s => s.AllotID == t.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