edit del message
This commit is contained in:
parent
fbda0293c7
commit
70bcca5739
1 changed files with 2 additions and 1 deletions
|
|
@ -208,7 +208,8 @@ export class Salary extends Controller {
|
|||
if (chk_Salary.isActive) {
|
||||
throw new HttpError(
|
||||
HttpStatusCode.NOT_FOUND,
|
||||
"ไม่สามารถลบไอดี: " + id + " ได้ เนื่องสถานะการใช้งานที่เป็น Default",
|
||||
// "ไม่สามารถลบไอดี: " + id + " ได้ เนื่องสถานะการใช้งานที่เป็น Default",
|
||||
"ไม่สามารถลบข้อมูลนี้ได้ เนื่องจากเปิดใช้งานอยู่",
|
||||
);
|
||||
}
|
||||
const del_SalaryRank = await this.salaryRankRepository.find({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue