From 51ec98113c6d49d0f7eec4e3c030e55e337e97db Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 26 五月 2025 15:47:16 +0800 Subject: [PATCH] 芯导软件(江苏)有限公司 delete --- inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 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 8a34598..20e5f5e 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,6 +3,7 @@ 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.InsProductResultDtos; import com.yuanchu.mom.dto.SubmitPlanDto; import com.yuanchu.mom.pojo.InsOrderFile; import com.yuanchu.mom.pojo.InsOrderUser; @@ -38,7 +39,13 @@ int verifyPlan(Integer sampleId, String laboratory, Integer type, String tell) throws IOException; + //绾犳澶嶆牳閿欒鐨勬儏鍐� + int verifyPlan2(Integer sampleId, String laboratory, Integer type, String tell) throws IOException; + int submitPlan(SubmitPlanDto submitPlanDto); + + //鎾ら攢鎻愪氦 + int cancelSubmitPlan(Integer orderStateId); List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory, HttpServletRequest request); List<InsProduct> getInsProduct2(Integer id, Integer type, String laboratory, HttpServletRequest request,Integer num); @@ -66,4 +73,7 @@ int saveInsContext3(InsProductResult insProductResult); + int saveInsContext2s(InsProductResultDtos insProductResultDtos); + + } -- Gitblit v1.9.3