Add workflow ขอแก้ไขข้อมูลทะเบียนประวัติ (ลูกจ้างประจำ) #2222
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m3s

Fix เพิ่มรายการแต่ไม่แสดงใน Tab รายการตำแหน่ง/เงินเดือนหลังจากแก้ไขแล้ว #2243
This commit is contained in:
harid 2026-01-27 18:09:31 +07:00
parent 217ec1d7f6
commit 2a2635ad83
2 changed files with 40 additions and 2 deletions

View file

@ -1212,6 +1212,7 @@ export class ProfileSalaryTempController extends Controller {
createdAt: new Date(),
lastUpdatedAt: new Date(),
isEdit: true,
isDelete: false,
};
Object.assign(data, { ...body, ...meta });
await this.salaryRepo.save(data, { data: req });