|
@@ -249,11 +249,12 @@
|
|
|
a.tax_fee AS "taxFee",
|
|
a.tax_fee AS "taxFee",
|
|
|
a.net_payment AS "netPayment",
|
|
a.net_payment AS "netPayment",
|
|
|
a.payment_result_time AS "paymentResultTime",
|
|
a.payment_result_time AS "paymentResultTime",
|
|
|
- a.duty_paid_id AS "dutyPaidId"
|
|
|
|
|
|
|
+ a.duty_paid_id AS "dutyPaidId",
|
|
|
hi.invoice as "invoice",
|
|
hi.invoice as "invoice",
|
|
|
hd.tax_payment_receipt as "taxPaymentReceipt",
|
|
hd.tax_payment_receipt as "taxPaymentReceipt",
|
|
|
hr.id as "requirementId",
|
|
hr.id as "requirementId",
|
|
|
- hr.name as "requirementName"
|
|
|
|
|
|
|
+ hr.name as "requirementName",
|
|
|
|
|
+ hr.description as "description"
|
|
|
FROM hlw_payment_detail a
|
|
FROM hlw_payment_detail a
|
|
|
left join hlw_payment hp on hp.id=a.payment_id
|
|
left join hlw_payment hp on hp.id=a.payment_id
|
|
|
left join hlw_invoice hi on hi.id=hp.invoice_id
|
|
left join hlw_invoice hi on hi.id=hp.invoice_id
|