From 7b661f27e401a9e19c518d2eb05994c802c80476 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 13 八月 2025 16:06:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassOutRelationInfoController.java |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassOutRelationInfoController.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassOutRelationInfoController.java
index 7585d13..47cec31 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassOutRelationInfoController.java
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassOutRelationInfoController.java
@@ -97,12 +97,6 @@
         return Result.build(200, "淇敼鎴愬姛", hollowGlassOutRelationInfoService.dispatchHollowSwitch(flag));
     }
 
-    @ApiOperation("涓┖浼樺厛绾у紑鍏�")
-    @PostMapping("/priorityHollowSwitch")
-    public Result<Boolean> priorityHollowSwitch(Boolean flag) {
-        return Result.build(200, "淇敼鎴愬姛", hollowGlassOutRelationInfoService.priorityHollowSwitch(flag));
-    }
-
     @ApiOperation("鎵嬪姩鐢熸垚鏉庤禌鍏嬫枃浠�")
     @PostMapping("/generateHollowLisecFile")
     public Result<String> generateHollowLisecFile(String flowCardId, int cell, int isForce) throws IOException {

--
Gitblit v1.8.0