From 0ee46d33cc339f3fd17593e6bfe2f033afe6019a Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期三, 17 六月 2026 15:14:13 +0800
Subject: [PATCH] feat:合同新增时显示供应属性 出库新增根据合同出库 资金账目新增时间条件检索 新增延期出货菜单

---
 platformx-boot/src/main/resources/application.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/platformx-boot/src/main/resources/application.yml b/platformx-boot/src/main/resources/application.yml
index ee27182..542ceed 100644
--- a/platformx-boot/src/main/resources/application.yml
+++ b/platformx-boot/src/main/resources/application.yml
@@ -1,10 +1,10 @@
 server:
-  port: 8888    # 椤圭洰绔彛
+  port: 8899    # 椤圭洰绔彛
   servlet:
     context-path: /business  # 椤圭洰璁块棶璺緞
 servers:
   main-url: http://127.0.0.1:9999/admin
-  business-url: http://127.0.0.1:8888/business
+  business-url: http://127.0.0.1:8899/business
 
 spring:
   application:

--
Gitblit v1.9.1