north-glass-erp/src/main/resources/mapper/pp/Report.xml
@@ -190,7 +190,7 @@ round(ifnull(f.inventory, 0) * a.area, 2) as inventoryAreaShow, ifnull(dd.quantity, 0) as shippedQuantityShow, if(c.technology_number=1,c.quantity*a.area,0) as grossArea, if(c.technology_number=1,(c.quantity-ifnull(c.termination_quantity,0))*a.area,0) as grossArea, if(c.technology_number=1,ifnull(f.inventory, 0) ,0) as inventory, if(c.technology_number=1,round(ifnull(f.inventory, 0) * a.area, 2),0) as inventoryArea, if(c.technology_number=1,ifnull(dd.quantity, 0) ,0) as shippedQuantity,