แก้ไขให้กรรมการจากภายนอกสามารถเข้ามาทำแบบประเมินได้ และ สามารถระบุผู้ประเมินสูงสุด/เหนื่อขึ้นไป/เหนือไปอีกขั้น ให้ระบุแบบของใครของมันได้
This commit is contained in:
@@ -262,7 +262,7 @@ left join public.mpp_position_numbers as mpn on he.position_no = mpn.id
|
||||
left join public.org_position_datas as opd on opd.position_id = mpn.position_id
|
||||
left join public.hrm_title_masters as htm on htm.id = he.prefix_card_name
|
||||
left join public.users as u on u.employee_id = he.employee_id
|
||||
where he.workingstatus = 'สถานะปฏิบัติงาน' and he.deleted_at is null and mpn.deleted_at is null
|
||||
where he.deleted_at is null and mpn.deleted_at is null
|
||||
and opd.deleted_at is null --and htm.deleted_at is null
|
||||
and u.id=@user_id;
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user