From af8f87298fc611ac371216e278a18abac6ca0766 Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期一, 28 十月 2024 12:11:50 +0800
Subject: [PATCH] sql注入漏洞

---
 src/main/resources/application.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index fc45b8b..ba9e7e5 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -87,9 +87,9 @@
 u8:
   url: http://192.168.9.3:8877
   orderReportPath: /DBMS/U8/CM/add
-ERP:
-  url: http://39.184.149.30:8877
-  orderReportPath: /DBMS/U8/CM/add
+#ERP:
+#  url: http://39.184.149.30:8877
+#  orderReportPath: /DBMS/U8/CM/add
 mes:
   url: https://v3-ali.blacklake.cn/api/openapi/domain/web/v1/route
   orderReportPath: /inventory/open/v2/transfer_order/ordinary/_execute

--
Gitblit v1.9.1