bug修改

This commit is contained in:
pengjie 2025-06-17 09:16:16 +08:00
parent f62cb27b88
commit 1b0651dae3

View File

@ -32,7 +32,8 @@
t_employee.disabled_flag, t_employee.disabled_flag,
t_employee.remark, t_employee.remark,
t_employee.update_time, t_employee.update_time,
t_employee.create_time t_employee.create_time,
t_employee.type
FROM FROM
t_role_employee t_role_employee
left join t_employee on t_role_employee.employee_id = t_employee.employee_id left join t_employee on t_role_employee.employee_id = t_employee.employee_id