From 31567c2337747e54e48fbc6917a5a26722181bec Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" <925258474@qq.com> Date: Fri, 16 Aug 2024 17:33:24 +0800 Subject: [PATCH] no message --- .../config/origen/delivery/maintainReceiveBillFee2Page.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webapp/WEB-INF/classes/config/origen/delivery/maintainReceiveBillFee2Page.xml b/src/webapp/WEB-INF/classes/config/origen/delivery/maintainReceiveBillFee2Page.xml index 830e768..67d7a36 100644 --- a/src/webapp/WEB-INF/classes/config/origen/delivery/maintainReceiveBillFee2Page.xml +++ b/src/webapp/WEB-INF/classes/config/origen/delivery/maintainReceiveBillFee2Page.xml @@ -89,7 +89,8 @@ left join customsOrder.client WHERE 1=1 and billFee.status in ('已审核') - and (billFee.invoiceNo is not null or billFee.courierNo is not null ) + and (billFee.invoiceNo is not null and billFee.courierNo is not null ) + and billFee.auditAmount=0 /~customsOrder.code: and customsOrder.code like upper({customsOrder.code})~/ /~customsOrder.client.id: and customsOrder.client.id = {customsOrder.client.id}~/ /~billFee.creatPeople: and upper(billFee.creatPeople) like upper({billFee.creatPeople})~/