微调

parent 6f8372ce
......@@ -71,7 +71,7 @@ public ApiResponse GetCollectSheet(int hospitalId)
var regex = new Regex("^[0-9]");
var userId = claim.GetUserId();
var result = collectService.GetCollectSheet(hospitalId, userId)
.Where(w => !collectService.retain.Contains(w.HeadName))
?.Where(w => !collectService.retain.Contains(w.HeadName))
?.Select(w => new { w.SheetType, w.SheetName })
.Distinct()
.ToList();
......
......@@ -68,7 +68,7 @@ public class ExcelReadConfig
new ColumnInfo(nameof(PerDataLogisticsEmployee.PostCoefficient), "岗位系数", true),
new ColumnInfo(nameof(PerDataLogisticsEmployee.Attendance), "出勤率", true),
new ColumnInfo(nameof(PerDataLogisticsEmployee.OthePerfor), "其他绩效", true),
new ColumnInfo(nameof(PerDataLogisticsEmployee.AdjustLaterOtherFee), "调节后其他绩效", true),
//new ColumnInfo(nameof(PerDataLogisticsEmployee.AdjustLaterOtherFee), "调节后其他绩效", true),
};
public static ColumnInfo[] AccountBaisc { get; set; } = new ColumnInfo[]
......
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