From c65ab218b14e87489f1594b2d932f7bd54b3ba11 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 17 十月 2025 13:34:19 +0800
Subject: [PATCH] 数采调整
---
inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderPlanService.java | 24 +++++++-----------------
1 files changed, 7 insertions(+), 17 deletions(-)
diff --git a/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderPlanService.java b/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderPlanService.java
index ce749a6..c53ab4e 100644
--- a/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderPlanService.java
+++ b/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderPlanService.java
@@ -4,11 +4,13 @@
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ruoyi.inspect.dto.InsOrderPlanDTO;
import com.ruoyi.inspect.dto.InsOrderPlanProductDto;
+import com.ruoyi.inspect.dto.SaveInsContextDto;
import com.ruoyi.inspect.pojo.InsOrderFactoryVerify;
import com.ruoyi.inspect.pojo.InsOrderFile;
import com.ruoyi.inspect.pojo.InsProduct;
import com.ruoyi.inspect.vo.InsOrderPlanTaskSwitchVo;
import com.ruoyi.inspect.vo.InsOrderPlanVO;
+import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.multipart.MultipartFile;
import java.util.List;
@@ -24,22 +26,21 @@
boolean claimInsOrderPlan(InsOrderPlanDTO entity);
- void saveInsContext(Map<String, Object> insContext,Integer currentTable,Integer sampleId,Integer orderId,String sonLaboratory);
+ void saveInsContext(SaveInsContextDto saveInsContextDto);
Map<String, Object> doInsOrder(Integer id, String laboratory);
int upPlanUser(Integer userId, Integer orderId,String sonLaboratory);
- int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode);
+ int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode,Boolean registerInsResults);
List<InsProduct> getInsProduct(InsOrderPlanProductDto insOrderPlanProductDto);
- List<String> checkSubmitPlan(Integer orderId, String laboratory);
+ Map<String,Object> checkSubmitPlan(Integer orderId, String laboratory);
IPage<InsOrderFile> getFileList(Page page, InsOrderFile insOrderFile);
int uploadFile(Integer orderId, MultipartFile file);
-
List<String> upPlanUser2(Integer orderId);
@@ -69,30 +70,19 @@
*/
List<Map<String, Object>> getRepetitionTag(Integer id, String laboratory, String cableTag);
- /**
- * 鑾峰彇涓嶅悎鏍兼暟鎹�
- * @return
- */
- List<InsProduct> getInsProductUnqualified(InsOrderPlanProductDto insOrderPlanProductDto);
/**
* 鏂板涓嶅悎鏍煎娴嬪唴瀹圭粰
* @param ids
* @return
*/
- boolean addDisqualificationRetest(List<Integer> ids);
+ boolean addDisqualificationRetest(List<InsProduct> insProductsList);
/**
* 鑾峰彇涓嶅悎鏍煎娴嬫暟鎹�
- * @param id
- * @param type
- * @param laboratory
- * @param cableTag
- * @param rawMaterialTag
- * @param retestTag
* @return
*/
- List<InsProduct> getInsProductUnqualifiedRetest(Integer id, Integer type, String laboratory, String cableTag, String rawMaterialTag, String retestTag);
+ List<InsProduct> getInsProductUnqualifiedRetest(InsOrderPlanProductDto insOrderPlanProductDto);
/**
* 淇濆瓨涓嶅悎鏍煎娴嬫楠屽唴瀹�
--
Gitblit v1.9.3