north-glass-erp/src/main/resources/mapper/mm/FinishedOperateLog.xml
@@ -813,7 +813,8 @@ o.customer_name, o.project, fol.remarks, SUM(fol.quantity) as quantity SUM(fol.quantity) as quantity, ROUND( sum(od.width * od.height * fol.quantity) / 1000000, 2 ) as area from (select * from mm.finished_operate_log aa where aa.operate_type = '入库' and aa.status!='已作废') fol left join sd.order_detail od on fol.order_id = od.order_id and fol.operation_number = od.order_number