From e569dcc6da8b7be3ce3983664eb4b0b535425531 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期六, 13 四月 2024 15:03:05 +0800 Subject: [PATCH] 增加功能:员工统计时间段搜索、上报按修改人 --- system-run/src/main/resources/application.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/system-run/src/main/resources/application.yml b/system-run/src/main/resources/application.yml index fe0e329..a43a119 100644 --- a/system-run/src/main/resources/application.yml +++ b/system-run/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8001 + port: 8002 spring: profiles: active: dev @@ -25,3 +25,5 @@ enabled: false # 鍏抽棴 httpclient okhttp: enabled: true # 寮�鍚� okhttp + +outPath: D:/Download/ \ No newline at end of file -- Gitblit v1.9.3