员工管理-审核管理,列表页面语句调整
This commit is contained in:
parent
f6d70c7117
commit
c714374b0f
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue