#2030
Some checks failed
release / release (push) Failing after 9s

This commit is contained in:
Adisak 2025-11-25 14:39:03 +07:00
parent 615323b4df
commit 14b4575f62

View file

@ -2276,7 +2276,7 @@ export class SalaryPeriodController extends Controller {
if (chk_period) {
throw new HttpError(
HttpStatusCode.NOT_FOUND,
"ประเภทผังปี " + (requestBody.effectiveDate.getFullYear() + 543) + " ซ้ำ",
"ประเภทผังปี " + (requestBody.year + 543) + " ซ้ำ",
);
}
const beforeChk_SalaryPeriod = structuredClone(chk_SalaryPeriod);