แก้ defect

This commit is contained in:
Suphonchai Phoonsawat 2023-12-06 13:33:13 +07:00
parent c1acdec520
commit 48c2346487
4 changed files with 975 additions and 5 deletions

View file

@ -197,7 +197,7 @@ namespace BMA.EHR.Leave.Service.Controllers
var inserted = new DutyTime
{
Id = Guid.NewGuid(),
Description = data.Description,
Description = data.Description ?? "",
StartTimeMorning = data.StartTimeMorning,
EndTimeMorning = data.EndTimeMorning,
StartTimeAfternoon = data.StartTimeAfternoon,