From fe86d1a770fbbe7b168502e13adc69513b2af8e2 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期一, 08 四月 2024 11:26:25 +0800
Subject: [PATCH] 订单报表部分程序

---
 north-glass-erp/src/main/resources/mapper/pp/Report.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/Report.xml b/north-glass-erp/src/main/resources/mapper/pp/Report.xml
index 70dfae6..3778507 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/Report.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/Report.xml
@@ -63,7 +63,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 +96,8 @@
             ) as e
         on e.process_id = c.process_id
             and e.technology_number = c.technology_number
- 
+
         where a.order_id = #{orderId}
- 
+
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0