From 3c87c3ff67c2193ab5bfaa31f0fb1ad5a68cd5af Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期五, 15 三月 2024 09:09:10 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
index b57fba7..44902af 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
@@ -11,10 +11,22 @@
         <result property="thisProcess" column="this_process"/>
         <result property="reviewedState" column="reviewed_state"/>
         <result property="previousProcessQuantity" column="previous_process_quantity"/>
+        <result property="reportingWorkTime" column="reporting_work_time"/>
+        <result property="thisCompletedQuantity" column="this_completed_quantity"/>
+        <result property="thisWornQuantity" column="this_worn_quantity"/>
+        <result property="deviceName" column="device_name"/>
+        <result property="teamsGroupsName" column="teams_groups_name"/>
+        <result property="reviewedState" column="reviewed_state"/>
+        <result property="reportingWorkId" column="reporting_work_id"/>
+        <result property="processId" column="process_id"/>
+        <result property="completedArea" column="completedArea"/>
+        <result property="wornArea" column="wornArea"/>
+
         <association property="order" javaType="com.example.erp.entity.sd.Order">
             <result property="customerId" column="customer_id"/>
             <result property="customerName" column="customer_name"/>
             <result property="project" column="project"/>
+            <result property="batch" column="batch"/>
         </association>
         <association property="flowCard" javaType="com.example.erp.entity.pp.FlowCard">
             <result property="orderId" column="order_id"/>
@@ -23,6 +35,9 @@
         <association property="reportingWorkDetail" javaType="com.example.erp.entity.pp.ReportingWorkDetail">
             <result property="completedQuantity" column="completed_quantity"/>
         </association>
+        <association property="orderGlassDetail" javaType="com.example.erp.entity.sd.OrderGlassDetail">
+            <result property="area" column="area"/>
+        </association>
 
     </resultMap>
 

--
Gitblit v1.8.0