yys
2 天以前 bf84fec7d8dd5e7fbcc93030b8d83da7ec0ece91
src/main/resources/mapper/sales/ShippingInfoMapper.xml
@@ -21,7 +21,9 @@
        sl.sales_contract_no,
        sl.customer_name,
        s.shipping_total AS shipping_total,
        slp.id as salesLedgerProductId
        slp.id as salesLedgerProductId,
        slp.product_category,
        slp.specification_model
        FROM shipping_info s
        LEFT JOIN sales_ledger sl ON s.sales_ledger_id = sl.id
        LEFT JOIN sales_ledger_product slp ON s.sales_ledger_product_id = slp.id and slp.type = 1