guoyuji
2024-04-12 1c12d2d1e45e266f3c50ca18aa5ae6b3c5b74cc0
north-glass-erp/src/main/resources/mapper/pp/Report.xml
@@ -49,6 +49,7 @@
        <result column="g_type" property="glassTypes.type"/>-->
 
    </resultMap>
 
<!--    流程卡进度-->
    <select id="processCardProgressMp">
@@ -63,7 +64,7 @@
            e.reportWorkQuantityCount,
            e.broken_num,
            round(ifnull(f.inventory,0)*a.area,2) as  inventoryArea
        from
            flow_card as c
        left join
@@ -96,8 +97,8 @@
            ) as e
        on e.process_id = c.process_id
            and e.technology_number = c.technology_number
        where a.order_id = #{orderId}
    </select>
</mapper>