From a43efe9a1de7be71451e84927d88054ff704ca82 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 04 十二月 2024 09:45:24 +0800 Subject: [PATCH] 首页展示数据,根据当前角色进行筛选 --- inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 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 a127dbe..980339d 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 @@ -32,24 +32,24 @@ //鐢佃矾璇曢獙鐨勪繚瀛樻楠屽唴瀹� List<Integer> saveInsContext2(InsProductResultDto insProductResultDtos); - Map<String, Object> doInsOrder(Integer id, String laboratory); + Map<String, Object> doInsOrder(Integer sampleId, String laboratory); - int upPlanUser(Integer userId, Integer orderId,String sonLaboratory); + int upPlanUser(Integer userId, Integer sampleId,String sonLaboratory); - int verifyPlan(Integer orderId, String laboratory, Integer type, String tell) throws IOException; + int verifyPlan(Integer sampleId, String laboratory, Integer type, String tell) throws IOException; 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); - List<String> checkSubmitPlan(Integer orderId, String laboratory); + List<String> checkSubmitPlan(Integer sampleId, String laboratory); Map<String,Object> getFileList(Page page, InsOrderFile insOrderFile); - int uploadFile(Integer orderId, MultipartFile file,String sonLaboratory); + int uploadFile(Integer orderId, MultipartFile file,String sonLaboratory,Integer sampleId); - List<String> upPlanUser2(Integer orderId); + List<String> upPlanUser2(Integer sampleId); int deleteInsContext(InsProductResultVo insProductResultVo); -- Gitblit v1.9.3