no message

main
HUOJIN\92525 2024-08-16 17:33:24 +08:00
parent 5acba43ac9
commit 31567c2337
1 changed files with 2 additions and 1 deletions

View File

@ -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})~/