Skip to content

Commit

Permalink
Update CompetencyDataService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwhitt-hee committed Nov 11, 2024
1 parent 00dd1f3 commit 2f57f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ UPDATE SelfAssessmentResults
IF (@existentResultId IS NOT NULL AND (@existentResult <> @result OR @result IS NULL OR @existentResult IS NULL))
BEGIN
UPDATE SelfAssessmentResults
SET [SelfAssessmentID] = @selfAssessmentId, [Result] = @result, [DateTime] = GETUTCDATE()
SET [SelfAssessmentID] = @selfAssessmentId, [Result] = @result, [DateTime] = GETUTCDATE(),
[SupportingComments] = @supportingComments
WHERE ID = @existentResultId
Expand Down

0 comments on commit 2f57f43

Please sign in to comment.