no message
parent
5acba43ac9
commit
31567c2337
|
|
@ -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})~/
|
||||
|
|
|
|||
Loading…
Reference in New Issue