From b99f6d3e4022f35803ffb8a325d79769228378c6 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 27 二月 2025 09:54:13 +0800
Subject: [PATCH] 去除小片实体类多余字段

---
 hangzhoumesParent/common/servicebase/src/main/resources/application.yml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/resources/application.yml b/hangzhoumesParent/common/servicebase/src/main/resources/application.yml
index 79a669d..0edfb92 100644
--- a/hangzhoumesParent/common/servicebase/src/main/resources/application.yml
+++ b/hangzhoumesParent/common/servicebase/src/main/resources/application.yml
@@ -5,6 +5,4 @@
     db-config:
       logic-delete-field: deleted
       logic-delete-value: 1
-      logic-not-delete-value: 0
-mes:
-  erpUrl: http://192.168.2.100:8086
\ No newline at end of file
+      logic-not-delete-value: 0
\ No newline at end of file

--
Gitblit v1.8.0