แก้env

This commit is contained in:
Kittapath 2024-07-09 00:04:18 +07:00
parent 54b90e1472
commit 41d28c4d7f
13 changed files with 37 additions and 29 deletions

View file

@ -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"];