From f62898792c0f3f8e870eb351d3e06a00f9a6fb6a Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 27 八月 2026 10:36:44 +0800
Subject: [PATCH] feat:停用IFS对外HTTP调用
---
inspect-server/src/main/java/com/ruoyi/inspect/service/InsProductService.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/inspect-server/src/main/java/com/ruoyi/inspect/service/InsProductService.java b/inspect-server/src/main/java/com/ruoyi/inspect/service/InsProductService.java
index 078d393..2e0fbcb 100644
--- a/inspect-server/src/main/java/com/ruoyi/inspect/service/InsProductService.java
+++ b/inspect-server/src/main/java/com/ruoyi/inspect/service/InsProductService.java
@@ -6,6 +6,7 @@
import com.ruoyi.inspect.dto.InsProductBindingDto;
import com.ruoyi.inspect.pojo.InsOrder;
import com.ruoyi.inspect.pojo.InsProduct;
+import com.ruoyi.performance.pojo.AuxiliaryOutputWorkingHours;
import java.util.List;
import java.util.Map;
@@ -49,4 +50,6 @@
* @return
*/
boolean removeBindingProductTree(Integer productId);
+
+ List<InsProduct> getRevocationInsProductList(Integer orderId);
}
--
Gitblit v1.9.3