This commit is contained in:
parent
8e890af48f
commit
7d431d7882
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
|
|
||||||
if (oldData is not null)
|
if (oldData is not null)
|
||||||
{
|
{
|
||||||
return Error("ไม่สามารถบันทึกข้อมูล เนื่องจากมีข้อมูลในระบบแล้ว");
|
return Error("ไม่สามารถบันทึกข้อมูล เนื่องจากมีข้อมูลในระบบแล้ว",StatusCodes.Status400BadRequest);
|
||||||
}
|
}
|
||||||
|
|
||||||
var leaveBeginning = new LeaveBeginning();
|
var leaveBeginning = new LeaveBeginning();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue