From b1aeec71e7edcbd22fb79a1a0a20341446dca9a2 Mon Sep 17 00:00:00 2001 From: kittapath Date: Tue, 4 Feb 2025 14:10:49 +0700 Subject: [PATCH] no message --- Services/PeriodExamService.cs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Services/PeriodExamService.cs b/Services/PeriodExamService.cs index 77e7ee1..99ff976 100644 --- a/Services/PeriodExamService.cs +++ b/Services/PeriodExamService.cs @@ -1527,21 +1527,21 @@ namespace BMA.EHR.Recurit.Exam.Service.Services PositionName = item.PositionExam != null && item.PositionExam?.PositionName != null ? item.PositionExam?.PositionName.ToString() : "-", PositionLevelName = item.PositionExam != null && item.PositionExam?.PositionLevelName != null ? item.PositionExam?.PositionLevelName.ToString() : "-", - PointPath1A = item.PointPath1A != null ? item.PointPath1A.ToString() : "-", - PointPath2A = item.PointPath2A != null ? item.PointPath2A.ToString() : "-", - PointPath3A = item.PointPath3A != null ? item.PointPath3A.ToString() : "-", - PointA = item.PointA != null ? item.PointA.ToString() : "-", - PointPerA = item.PointPerA != null ? item.PointPerA.ToString() : "-", + PointPath1A = item.PointPath1A != null ? item.PointPath1A.ToString() : "0", + PointPath2A = item.PointPath2A != null ? item.PointPath2A.ToString() : "0", + PointPath3A = item.PointPath3A != null ? item.PointPath3A.ToString() : "0", + PointA = item.PointA != null ? item.PointA.ToString() : "0", + PointPerA = item.PointPerA != null ? item.PointPerA.ToString() : "0", ResultA = item.ResultA != null ? item.ResultA.ToString() : "-", - PointB = item.PointB != null ? item.PointB.ToString() : "-", - PointPerB = item.PointPerB != null ? item.PointPerB.ToString() : "-", + PointB = item.PointB != null ? item.PointB.ToString() : "0", + PointPerB = item.PointPerB != null ? item.PointPerB.ToString() : "0", ResultB = item.ResultB != null ? item.ResultB.ToString() : "-", - PointPath1C = item.PointPath1C != null ? item.PointPath1C.ToString() : "-", - PointPath2C = item.PointPath2C != null ? item.PointPath2C.ToString() : "-", - PointC = item.PointC != null ? item.PointC.ToString() : "-", - PointPerC = item.PointPerC != null ? item.PointPerC.ToString() : "-", + PointPath1C = item.PointPath1C != null ? item.PointPath1C.ToString() : "0", + PointPath2C = item.PointPath2C != null ? item.PointPath2C.ToString() : "0", + PointC = item.PointC != null ? item.PointC.ToString() : "0", + PointPerC = item.PointPerC != null ? item.PointPerC.ToString() : "0", ResultC = item.ResultC != null ? item.ResultC.ToString() : "-", Pass = item.Pass != null ? item.Pass.ToString() : "-",