(select t.approve_user_code from zj_wfl_workflow_instance_v t where t.instance_id=t1.instance_id and rownum=1 AND exists (select 1 from sys_user sy where sy.user_id=${/session/@user_id} and sy.bp_category<>'AGENT'))approve_user_code,
(select t.approve_user_name from zj_wfl_workflow_instance_v t where t.instance_id=t1.instance_id and rownum=1 AND exists (select 1 from sys_user sy where sy.user_id=${/session/@user_id} and sy.bp_category<>'AGENT'))approve_user_name,
t1.document_info
from zj_wfl_workflow_instance_v t1
where t1.workflow_code = 'HLS_MONTHLY_SETTLEMENT_WFL'
and t1.instance_id in (select c.wfl_instance_id from con_monthly_statement c where c.monthly_date =${@date})