src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
@@ -63,6 +63,7 @@ SELECT sales_ledger_product_id, IFNULL(SUM(spd.quantity), 0) as shipped_quantity FROM shipping_info si LEFT JOIN shipping_product_detail spd ON si.id = spd.shipping_info_id where si.status != '审核拒绝' GROUP BY sales_ledger_product_id ) t3 ON t3.sales_ledger_product_id = T1.id left join product_model pm ON T1.product_model_id = pm.id