From 54f3f9d6c99f6890c39ff05b1e251a555709341a Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 08 四月 2025 11:55:36 +0800
Subject: [PATCH] 1.原辅料下单 2.检验对象选择

---
 inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java b/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java
index e845236..e666245 100644
--- a/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java
+++ b/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java
@@ -39,16 +39,9 @@
 
     IPage<SampleProductDto2> selectSampleAndProductByOrderId(IPage<SampleProductDto2> page, SampleProductDto2 sampleProductDto);
 
-    IPage<CostStatisticsDto> costStatistics(IPage<CostStatisticsDto> page, CostStatisticsDto costStatisticsDto);
-
-    Map<String, Object> costStatistics2(CostStatisticsDto costStatisticsDto);
-
-    Map<String, Object> selectSampleDefects(Page page, String inspectionItems, String orderNumber);
 
     int updateStatus(Integer id);
 
-
-    void export(CostStatisticsDto costStatisticsDto,HttpServletResponse response)throws IOException, ServletException;
 
     // 鑾峰彇ifs搴撳瓨淇℃伅
     void getIfsOrder();

--
Gitblit v1.9.3