ออกคำสั่ง 22 24
This commit is contained in:
parent
cbabad68a9
commit
cc711146c5
9 changed files with 634 additions and 42 deletions
|
|
@ -116,7 +116,7 @@ namespace BMA.EHR.Command.Service.Controllers
|
|||
|
||||
return Success();
|
||||
}
|
||||
catch(Exception ex)
|
||||
catch (Exception ex)
|
||||
{
|
||||
return Error(ex);
|
||||
}
|
||||
|
|
@ -289,6 +289,7 @@ namespace BMA.EHR.Command.Service.Controllers
|
|||
else
|
||||
return Success(new { result = "N" });
|
||||
}
|
||||
case "C-PM-24":
|
||||
default:
|
||||
{
|
||||
if (command.CommandNo != "" &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue