บันทึกข้อมูลลูกจ้างตอนออกคำสั่ง

This commit is contained in:
Kittapath 2023-09-15 15:30:02 +07:00
parent 20bd96cf15
commit aafc3dc311
2 changed files with 16 additions and 3 deletions

View file

@ -543,8 +543,8 @@ namespace BMA.EHR.Retirement.Service.Controllers
.FirstOrDefaultAsync();
if (retirementDeceased == null)
return Error(GlobalMessages.RetirementDeceasedNotFound, 404);
if (retirementDeceased.DocumentForward == null)
return Error(GlobalMessages.NoFileToUpload, 404);
// if (retirementDeceased.DocumentForward == null)
// return Error(GlobalMessages.NoFileToUpload, 404);
// create command payload
var payload_attach = new List<PayloadAttachment>();