From f0d8309e5637afbcd828dec33bb6faf620fe3102 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期二, 23 七月 2024 11:58:11 +0800
Subject: [PATCH] 订单修改补跳转以及订单报表客户筛选

---
 north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportingWorkMapper.java |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportingWorkMapper.java b/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportingWorkMapper.java
index ead1e03..1ec6d8c 100644
--- a/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportingWorkMapper.java
+++ b/north-glass-erp/src/main/java/com/example/erp/mapper/pp/ReportingWorkMapper.java
@@ -2,7 +2,6 @@
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.example.erp.entity.pp.BasicDataProduce;
 import com.example.erp.entity.pp.ReportingWork;
-import com.example.erp.entity.sd.OrderGlassDetail;
 import org.apache.ibatis.annotations.Mapper;
 
 import java.sql.Date;
@@ -19,7 +18,7 @@
 
     List<BasicDataProduce> SelectWorkBasicTeamsMp(String process);
 
-    String SelectTechnologicalProcess(String processIdStr);
+    String SelectTechnologicalProcess(String processIdStr, String technologyStr);
 
     String SelectWorkTechnologyMp(String processIdStr);
 
@@ -76,5 +75,9 @@
 
     List<Map<String,String>> detailsQualityMp(String reportingWorkId, ReportingWork reportingWork);
 
-    String selectLayerByReportingWorkId(String reportingWorkId);
+    Integer selectLayerByReportingWorkId(String reportingWorkId);
+
+    Boolean ReviewReportingWorkMp(String substring, String process, String result);
+
+    String getPatchConditionMp(String reportingWorkId);
 }

--
Gitblit v1.8.0