From 6e731e9aeb3a2db04b37050adf4b9d7cee2f8e01 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 14 十月 2025 15:09:01 +0800
Subject: [PATCH] 上海玻璃公司配置文件

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

diff --git a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
index e1925a4..8541123 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -26,6 +26,7 @@
             <result column="processing_note" property="processingNote"/>
             <result column="delivery_address" property="deliveryAddress"/>
             <result column="create_time" property="createTime"/>
+            <result column="update_time" property="updateTime"/>
         </association>
         <association property="orderDetail" javaType="com.example.erp.entity.sd.OrderDetail">
             <result column="product_id" property="productId"/>
@@ -71,7 +72,8 @@
         a.merge,
         a.rack,
         b.batch,
-        b.create_time
+        b.create_time,
+        b.update_time
         from (select id,order_id,process_id,order_number, quantity,founder,max(layout_status) as layout_status,create_time,max(merge) as merge,rack from flow_card
         group by process_Id,order_number) as a
         left join sd.`order` as b on a.order_Id=b.order_id
@@ -325,7 +327,7 @@
                ods.S03,
                ods.S04,
                ods.S05,
-               od.building_number
+               od.building_number as 'buildingNumber'
         from sd.order_detail as od
                  left join sd.order_glass_detail as ogd
                            on od.order_id = ogd.order_id and od.order_number = ogd.order_number

--
Gitblit v1.8.0