From ad558db8d727a5e0d3e5aa1b81709eb8fe488c89 Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" <925258474@qq.com> Date: Tue, 27 Aug 2024 16:09:36 +0800 Subject: [PATCH] no message --- .../config/origen/delivery/maintainPresidentPayFeePage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})