diff --git a/src/webapp/WEB-INF/classes/config/origen/delivery/maintainPresidentPayFeePage.xml b/src/webapp/WEB-INF/classes/config/origen/delivery/maintainPresidentPayFeePage.xml index 7744ced..219a396 100644 --- a/src/webapp/WEB-INF/classes/config/origen/delivery/maintainPresidentPayFeePage.xml +++ b/src/webapp/WEB-INF/classes/config/origen/delivery/maintainPresidentPayFeePage.xml @@ -69,7 +69,7 @@ feeName.name left join fee.feeName left join fee.client WHERE 1=1 - and fee.status in('副总提交','总经理审核') + and fee.status in('副总提交') and fee.payOrReceive='应付' and (fee.status not in ('总经理审核') or ( /~ordersAll: {ordersAll} = true~/ )) and (fee.client.id in (select u.organization.id from UserOrganize u where u.user=#{SESSION_USERS})