玩命灯泡

文章
4
资源
0
加入时间
2年10月17天

SQL案例自用

select sdDept.id from ( select sd.id dept_id, sd.dept_index from sys_dept_emp sde left join sys_dept sd on (sd.id = sde.dept_id and sd.del_state = 0 and sd.dept_state = 0) where sde.emp_id = #{createEmpId} and sde.company_id = #{companyId}) templef.