员工管理-审核管理,列表页面语句调整

This commit is contained in:
曹磊 2026-02-10 17:09:15 +08:00
parent f6d70c7117
commit c714374b0f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
b.iz_history
FROM nu_biz_employees_apply b
WHERE b.employee_id NOT IN (SELECT id FROM nu_biz_employees_info)
AND b.apply_type in ('1','2')
AND b.apply_type = '1'
AND b.iz_history = 'N'
) sup
${ew.customSqlSegment}