ระบบจัดการสิทธิ์>>ระบบทะเบียนประวัติ ลูกจ้างประจำ/ข้อมูลผลงาน (ไม่สามารถแสดงประวัติการแก้ไข ระบบแจ้งไม่มีสิทธิ์)
#588
This commit is contained in:
parent
d4dffef020
commit
4accf406e2
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export class ProfileAssessmentsEmployeeController extends Controller {
|
||||||
) {
|
) {
|
||||||
const _record = await this.profileAssessmentsRepository.findOneBy({ id: assessmentId });
|
const _record = await this.profileAssessmentsRepository.findOneBy({ id: assessmentId });
|
||||||
if (_record) {
|
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({
|
const record = await this.profileAssessmentsHistoryRepository.find({
|
||||||
where: {
|
where: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue