บันทึกข้อมูลลูกจ้างตอนออกคำสั่ง
This commit is contained in:
parent
20bd96cf15
commit
aafc3dc311
2 changed files with 16 additions and 3 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue