huminmin
4 天以前 61e45a2a7c94d845de5b9ace90bfee4bc9af4fd2
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,