From da0033b9cff199a86442e2dcf31003d2a46ae754 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期六, 20 六月 2026 16:23:11 +0800
Subject: [PATCH] fix: 工序产出分析传参字段名错误
---
src/main/resources/application-sdtx.yml | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/application-sdtx.yml b/src/main/resources/application-sdtx.yml
index b6dc374..8a4eae5 100644
--- a/src/main/resources/application-sdtx.yml
+++ b/src/main/resources/application-sdtx.yml
@@ -1,4 +1,3 @@
-锘�
# 椤圭洰鐩稿叧閰嶇疆
ruoyi:
# 鍚嶇О
@@ -148,8 +147,6 @@
# 鐑儴缃插紑鍏�
enabled: false
data:
- mongodb:
- uri: mongodb://114.132.189.42:9028/chat_memory_db
# redis 閰嶇疆
redis:
# 鍦板潃
@@ -263,8 +260,8 @@
temp-dir: /javaWork/product-inventory-management/file/temp/uploads # 涓存椂鐩綍 鍚庢湡鍒犻櫎
upload-dir: /javaWork/product-inventory-management/file/prod/uploads # 姝e紡鐩綍 鍚庢湡鍒犻櫎
path: /javaWork/product-inventory-management/file/path/uploads # 涓婁紶鐩綍
- urlPrefix: /common # 閾炬帴鍓嶇紑
- domain: http://127.0.0.1:7003 # 鍩熷悕鍓嶇紑
+ urlPrefix: /prod-api/common # 閾炬帴鍓嶇紑
+ domain: http://36.213.156.184:9001 # 鍩熷悕鍓嶇紑
expired: 120 # 杩囨湡鏃堕棿(鍗曚綅:鍒嗛挓)
useLimit: 10 # 浣跨敤娆℃暟
compress: true # 鏄惁鍘嬬缉
--
Gitblit v1.9.3