huminmin
23 小时以前 1c506371acbb461dd66773d40835fde6bfd67caf
src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -21,6 +21,7 @@
        pp.name as process,
        pp.qualified_rate as processQualifiedRate,
        pm.model as productModelName,
        pm.material_code as materialCode,
        ppo.quantity,
        ppo.scrap_qty,
        (ppo.quantity - ppo.scrap_qty) as qualifiedQty,
@@ -99,6 +100,7 @@
        p.product_name,
        pm.model as product_model_name,
        pm.unit,
        pm.material_code as materialCode,
        slpa.process,
        ppo.quantity,
        slpa.work_hours,