工作量没有标准不显示

parent 1a7199dc
......@@ -765,6 +765,7 @@ public DeptDataDetails<DetailModuleExtend> DeptDetail(int accountId)
if (sheet.SheetType == (int)SheetType.Workload)
{
items = items.Where(w => w.Factor.HasValue && w.Factor != 0).ToList();
if ((sheetName.Contains("医生") && account.UnitType == (int)UnitType.护理组) || (sheetName.Contains("护理") && account.UnitType != (int)UnitType.护理组))
continue;
......
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