north-glass-erp/src/main/resources/mapper/mm/FinishedGoodsInventory.xml
@@ -1074,11 +1074,11 @@ <select id="getPrintTitleByBox"> select kkk.*, rw.teams_groups_name as teams_groups_name2 from(select o.order_id, from(select #{orderId} as order_id, o.customer_name, o.customer_id, o.project, o.batch, (select batch from sd.`order` pp1 where pp1.order_id =#{orderId} ) as batch, fol.box_no as 'remarks', SUM(fol.quantity_available) as quantity, ROUND( sum(od.width * od.height * fol.quantity_available) / 1000000, 2 ) as area,