From 78e42bab93977566994be06f5d6b042c9f5a67f5 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 05 三月 2026 15:17:43 +0800
Subject: [PATCH] fix: 净重拆分为详细数据而不是总书记
---
src/main/resources/application-kthg.yml | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/application-kthg.yml b/src/main/resources/application-kthg.yml
index 60b0e16..e11b88a 100644
--- a/src/main/resources/application-kthg.yml
+++ b/src/main/resources/application-kthg.yml
@@ -16,10 +16,18 @@
# 鍗忓悓瀹℃壒缂栧彿鍓嶇紑(閰嶇疆鏂囦欢鍚庣紑鍛藉悕)
approvalNumberPrefix: NEW
+ getui:
+ appId: D4ahd3xp0h8d2NpkVuUcD
+ appKey: 98DgkPBuUxAPO4w0iHIYW9
+ masterSecret: bZc5gi5A8g9x0tG4MaKvd4
+ domain: https://restapi.getui.cn/v2/
+ # 绂荤嚎鎺ㄩ�佷娇鐢ㄧ殑鍖呭悕/缁勪欢鍚�
+ intentComponent: uni.app.UNIAE016D6/io.dcloud.PandoraEntry
+
# 寮�鍙戠幆澧冮厤缃�
server:
# 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080
- port: 8888
+ port: 9011
servlet:
# 搴旂敤鐨勮闂矾寰�
context-path: /
@@ -65,7 +73,7 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
-# url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ # url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://1.15.17.182:9999/product-inventory-management-kthg?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: xd@123456..
@@ -138,8 +146,8 @@
# redis 閰嶇疆
redis:
# 鍦板潃
- host: 127.0.0.1
- # host: 172.17.0.1
+ # host: 127.0.0.1
+ host: 172.17.0.1
# 绔彛锛岄粯璁や负6379
port: 6379
# 鏁版嵁搴撶储寮�
--
Gitblit v1.9.3