From af87c8a545939e18b4c7f59b307cdf4dfc1315e3 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 14 十二月 2023 18:56:38 +0800 Subject: [PATCH] 主数据查询条件中查询日期格式报错问题 --- Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml b/Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml index 6d2cc08..4f2e2ae 100644 --- a/Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml +++ b/Source/UBCS/ubcs-gateway/src/main/resources/bootstrap.yml @@ -1,5 +1,5 @@ server: - port: 80 + port: 37000 spring: cloud: -- Gitblit v1.9.3