From 22e17b6db03ca58bc477a35ca067e55a09cffce7 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期三, 10 十二月 2025 17:04:08 +0800
Subject: [PATCH] 添加工程表及相关逻辑,防止重复导入Excel表序号重复生成
---
gateway/src/main/resources/application.yml | 64 --------------------------------
1 files changed, 0 insertions(+), 64 deletions(-)
diff --git a/gateway/src/main/resources/application.yml b/gateway/src/main/resources/application.yml
index bfb822f..7491a5e 100644
--- a/gateway/src/main/resources/application.yml
+++ b/gateway/src/main/resources/application.yml
@@ -17,68 +17,4 @@
predicates:
- Path=/api/plcSend/**
filters:
- - StripPrefix=2
-
- - id: glassStorage
- uri: lb://glassStorage
- predicates:
- - Path=/api/glassStorage/**
- -
- filters:
- - StripPrefix=2
-
- - id: loadGlass
- uri: lb://loadGlass
- predicates:
- - Path=/api/loadGlass/**
- filters:
- - StripPrefix=2
-
- - id: cutting
- uri: lb://cutting
- predicates:
- - Path=/api/cutting/**
- filters:
- - StripPrefix=2
-
- - id: horizontal
- uri: lb://horizontal
- predicates:
- - Path=/api/horizontal/**
- filters:
- - StripPrefix=2
-
- - id: edging
- uri: lb://edging
- predicates:
- - Path=/api/edging/**
- filters:
- - StripPrefix=2
-
- - id: verticalGlass
- uri: lb://verticalGlass
- predicates:
- - Path=/api/verticalGlass/**
- filters:
- - StripPrefix=2
-
- - id: temperingGlass
- uri: lb://temperingGlass
- predicates:
- - Path=/api/temperingGlass/**
- filters:
- - StripPrefix=2
-
- - id: unLoadGlass
- uri: lb://unLoadGlass
- predicates:
- - Path=/api/unLoadGlass/**
- filters:
- - StripPrefix=2
-
- - id: hollowGlass
- uri: lb://hollowGlass
- predicates:
- - Path=/api/hollowGlass/**
- filters:
- StripPrefix=2
\ No newline at end of file
--
Gitblit v1.8.0