ระบบจัดการสิทธิ์>>ระบบทะเบียนประวัติ ลูกจ้างประจำ/ข้อมูลผลงาน (ไม่สามารถแสดงประวัติการแก้ไข ระบบแจ้งไม่มีสิทธิ์)

#588
This commit is contained in:
AdisakKanthawilang 2024-09-11 15:56:16 +07:00
parent d4dffef020
commit 4accf406e2

View file

@ -74,7 +74,7 @@ export class ProfileAssessmentsEmployeeController extends Controller {
) {
const _record = await this.profileAssessmentsRepository.findOneBy({ id: assessmentId });
if (_record) {
await new permission().PermissionOrgUserGet(req, "SYS_REGISTRY_EMP", _record.profileId);
await new permission().PermissionOrgUserGet(req, "SYS_REGISTRY_EMP", _record.profileEmployeeId);
}
const record = await this.profileAssessmentsHistoryRepository.find({
where: {