📅  最后修改于: 2022-03-11 14:57:53.137000             🧑  作者: Mango
select custInvoiceTrans
where custInvoiceTrans.InventDimId == custPackingSlipTransLoc.InventDimId
&& custInvoiceTrans.InventTransId == custPackingSlipTransLoc.InventTransId
&& custInvoiceTrans.Qty == custPackingSlipTransLoc.Qty
&& custInvoiceTrans.InvoiceDate == custPackingSlipTransLoc.DeliveryDate;