buhuazhen
2026-04-22 814f0712ce59dc0aee73779a8ff645e3ec5f394a
src/main/resources/mapper/production/ProductOrderMapper.xml
@@ -22,6 +22,7 @@
        pm.unit,
        ppr.process_route_code,
        pb.bom_no,
        sl.id as sales_ledger_id,
        ROUND(po.complete_quantity / po.quantity * 100, 2) AS completionStatus,
        DATEDIFF(sl.delivery_date, CURDATE()) AS delivery_days_diff,
        sl.delivery_date,