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>