From 74bb31c344b2c66239bfa7f17fd5dc3bd3e2172f Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 15 三月 2024 17:01:11 +0800
Subject: [PATCH] 完善质检审核功能

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

diff --git a/north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml b/north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml
index f826223..dc42609 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/ReportingWorkDetail.xml
@@ -154,6 +154,14 @@
     </select>
 
 
+
+    <!--鏌ヨdetail鏄庣粏-->
+    <select id="reportingWorkId">
+        select * from reporting_work_detail
+        where reporting_work_id =  #{reportingWorkId}
+    </select>
+
+
     <!--<where>
 
             create_time <![CDATA[>=]]> #{startTime} and create_time <![CDATA[<=]]> #{endTime}}

--
Gitblit v1.8.0