Merge branch 'main' of ssh://hrms-git.chin.in.th:6611/BMA-HRMS/hrms-api-org

# Conflicts:
#	src/controllers/ReportController.ts
This commit is contained in:
kittapath 2025-03-06 00:09:24 +07:00
commit 22828d9dcf

View file

@ -378,9 +378,9 @@ export class ReportController extends Controller {
currentPosition: null,
lengthPosition: null,
positionDate: {
Years: x.Years,
Months: x.Months,
Days: x.Days,
Years: x.Years ? x.Years : 0,
Months: x.Months ? x.Months : 0,
Days: x.Days ? x.Days : 0,
},
levelDate: {
posExecutiveYears: x.levelYears,