From f747fddabf9195706eef73c4ca233c881b7dfe75 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 15 十月 2024 15:38:45 +0800
Subject: [PATCH] 工时调整+标签打印调整+特殊项的保存

---
 inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java b/inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java
index 94e9cb8..8ccd69b 100644
--- a/inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java
+++ b/inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java
@@ -3,9 +3,11 @@
 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 import com.yuanchu.mom.dto.InsOrderPlanDTO;
 import com.yuanchu.mom.dto.InsProductResultDto;
+import com.yuanchu.mom.dto.SubmitPlanDto;
 import com.yuanchu.mom.pojo.InsOrderFile;
 import com.yuanchu.mom.pojo.InsOrderUser;
 import com.yuanchu.mom.pojo.InsProduct;
+import com.yuanchu.mom.pojo.InsProductResult;
 import com.yuanchu.mom.vo.InsProductResultVo;
 import org.springframework.web.multipart.MultipartFile;
 
@@ -36,7 +38,7 @@
 
     int verifyPlan(Integer orderId, String laboratory, Integer type, String tell) throws IOException;
 
-    int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode, String note,String term);
+    int submitPlan(SubmitPlanDto submitPlanDto);
 
     List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory, HttpServletRequest request);
     List<InsProduct> getInsProduct2(Integer id, Integer type, String laboratory, HttpServletRequest request,Integer num);
@@ -61,4 +63,6 @@
 
     //棰勮鏂囦欢
     Object preview(Integer id) throws Exception;
+
+    int saveInsContext3(InsProductResult insProductResult);
 }

--
Gitblit v1.9.3