แก้env
This commit is contained in:
parent
54b90e1472
commit
41d28c4d7f
13 changed files with 37 additions and 29 deletions
|
|
@ -5626,7 +5626,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
CommandAffectDate = command.CommandAffectDate,
|
||||
CommandNo = command.CommandNo,
|
||||
CommandYear = command.CommandYear.ToInteger().ToThaiYear(),
|
||||
Detail = "คำสั่งลงโทษ ตัดเงินเดือน"
|
||||
Detail = "คำสั่งลงโทษ ปลดออกจากราชการ"
|
||||
});
|
||||
|
||||
var _baseAPI = _configuration["API"];
|
||||
|
|
@ -5778,7 +5778,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
commandAffectDate = command.CommandAffectDate,
|
||||
commandNo = command.CommandNo,
|
||||
commandYear = command.CommandYear.ToInteger().ToThaiYear(),
|
||||
detail = "คำสั่งลงโทษ ตัดเงินเดือน"
|
||||
detail = "คำสั่งลงโทษ ไล่ออกจากราชการ"
|
||||
});
|
||||
|
||||
var _baseAPI = _configuration["API"];
|
||||
|
|
@ -6418,7 +6418,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
CommandAffectDate = command.CommandAffectDate,
|
||||
CommandNo = command.CommandNo,
|
||||
CommandYear = command.CommandYear.ToInteger().ToThaiYear(),
|
||||
Detail = "คำสั่งลงโทษ ตัดเงินเดือน"
|
||||
Detail = "คำสั่งลงโทษ พักจากราชการ"
|
||||
});
|
||||
|
||||
var baseAPI = _configuration["API"];
|
||||
|
|
@ -6551,7 +6551,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
CommandAffectDate = command.CommandAffectDate,
|
||||
CommandNo = command.CommandNo,
|
||||
CommandYear = command.CommandYear.ToInteger().ToThaiYear(),
|
||||
Detail = "คำสั่งลงโทษ ตัดเงินเดือน"
|
||||
Detail = "คำสั่งลงโทษ ให้ออกจากราชการไว้ก่อน"
|
||||
});
|
||||
|
||||
var baseAPI = _configuration["API"];
|
||||
|
|
@ -6685,7 +6685,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
CommandAffectDate = command.CommandAffectDate,
|
||||
CommandNo = command.CommandNo,
|
||||
CommandYear = command.CommandYear.ToInteger().ToThaiYear(),
|
||||
Detail = "คำสั่งลงโทษ ตัดเงินเดือน"
|
||||
Detail = "คำสั่งลงโทษ ลงโทษ ภาคทัณฑ์"
|
||||
});
|
||||
|
||||
var baseAPI = _configuration["API"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue