From 7bae2c55ff2d9c94d30df77ad2dfbc66bb703209 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 06 九月 2024 17:40:33 +0800 Subject: [PATCH] 电路试验 --- 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 88c2c4a..600e748 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 @@ -2,8 +2,10 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.yuanchu.mom.dto.InsOrderPlanDTO; +import com.yuanchu.mom.dto.InsProductResultDto; import com.yuanchu.mom.pojo.InsOrderFile; import com.yuanchu.mom.pojo.InsProduct; +import com.yuanchu.mom.vo.InsProductResultVo; import org.springframework.web.multipart.MultipartFile; import javax.servlet.http.HttpServletRequest; @@ -20,7 +22,11 @@ boolean claimInsOrderPlan(InsOrderPlanDTO entity); + //鏅�氱殑淇濆瓨妫�楠屽唴瀹� void saveInsContext(Map<String, Object> insContext); + + //鐢佃矾璇曢獙鐨勪繚瀛樻楠屽唴瀹� + List<Integer> saveInsContext2(InsProductResultDto insProductResultDtos); Map<String, Object> doInsOrder(Integer id, String laboratory); @@ -43,4 +49,8 @@ Map<String,Object> temCycle(Integer sampleId, String inspectionItem, String inspectionItemSubclass); List<String> upPlanUser2(Integer orderId); + + int deleteInsContext(InsProductResultVo insProductResultVo); + + int deleteInsContext2(String frequency, Integer productId, String often); } -- Gitblit v1.9.3