修改bug

This commit is contained in:
yangjun 2026-03-05 17:13:49 +08:00
parent 823ad2baaf
commit 5845ab072e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
LEFT JOIN sys_depart b LEFT JOIN sys_depart b
ON a.org_code = b.org_code ON a.org_code = b.org_code
WHERE a.employees_id = #{employeesId} WHERE a.employees_id = #{employeesId}
AND a.iz_freeze = 'N' AND a.iz_freeze = 'N' zhuangt
AND a.iz_history = 'N' AND a.iz_history = 'N'
AND b.status = '1' AND b.status = '1'
</select> </select>