From 21dfddd6e09d32a50a636fff62a3d8a2ed362d5a Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期四, 20 八月 2026 16:29:49 +0800
Subject: [PATCH] feat:合同标的物新增导入 银行流水强制确认 简易合同新增 发票重开 合同标的物导入
---
platformx-boot/src/main/resources/application-dev.yml | 57 +++++++++++++++++++++++++++++++++------------------------
1 files changed, 33 insertions(+), 24 deletions(-)
diff --git a/platformx-boot/src/main/resources/application-dev.yml b/platformx-boot/src/main/resources/application-dev.yml
index 87b41b7..98ca39e 100644
--- a/platformx-boot/src/main/resources/application-dev.yml
+++ b/platformx-boot/src/main/resources/application-dev.yml
@@ -2,16 +2,28 @@
data:
redis:
host: 127.0.0.1
- #password: 123456
database: 0
# 鏁版嵁搴撶浉鍏抽厤缃�
datasource:
type: com.alibaba.druid.pool.DruidDataSource
druid:
- url: jdbc:mysql://192.168.0.146:3306/platformxx_business_finance_biz?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+ url: jdbc:mysql://192.168.0.146:3306/platformxx_business_finance_biz1?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
username: root
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
+ dynamic:
+ datasource:
+ druid_bip_view:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ username: ${MYSQL-USER:tra_in_mdm@masterdata_mysql#ob_prod_phy_x86_04fa}
+ password: ${MYSQL-PWD:L2fbf%2ETRA}
+ url: jdbc:mysql://${MYSQL-HOST:10.116.44.42}:${MYSQL-PORT:3306}/${MYSQL-DB:mdm_send}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true
+ druid_bip_bank_view:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ username: ${MYSQL-USER:tra_in_mdm@masterdata_mysql#ob_prod_phy_x86_04fa}
+ password: ${MYSQL-PWD:L2fbf%2ETRA}
+ url: jdbc:mysql://${MYSQL-HOST:10.116.44.42}:${MYSQL-PORT:3306}/${MYSQL-DB:tenant_5}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true
+
jpa:
# 鑷姩鐢熸垚琛ㄧ粨鏋�
hibernate:
@@ -38,35 +50,32 @@
swagger:
token-url: ${swagger.gateway}/admin/oauth2/token
-# 鏂囦欢涓婁紶閰嶇疆
-file:
- local:
- base-path: D:\\Users\\platformx\\Downloads\\img
-
#bip 閰嶇疆
bip:
- url: ''
- codes: 111111111111111111111111,222222222222222222
- ip: https://bip01.res.jzeg.cn/
- filePath: D:\test\
- fontPath: /Users/kongdeqiang/Desktop/SIMSUN.TTC
- appKey: 800b2805c5584f0abb8705acbe487dc5
- appSecret: 59ba72c62a6a27203d7e517787a738be89ba55cb
+ flag: false
+ url: https://bip-pre.res.jzeg.cn/iuap-api-gateway
+ codes: 10860,10802,10801,10861,10668,1086004,1086005
+ appKey: 95578dbdeabc41049b75e8af3dd66d19
+ appSecret: f3a098d7848f87042b39d2cc1645b6c0ffa065cd
BWInvoice:
- ip: https://einv01.res.jzeg.cn/post
- kaipiao: ?method=baiwang.output.invoice.issue&version=1.0&requestId=
- chaxun: ?method=baiwang.output.format.query&version=1.0&request_id=
- redConfirmAdd: ?method=baiwang.output.redinvoice.add&version=1.0&requestId=
- redConfirmSearch: ?method=baiwang.output.redinvoice.formlist&version=1.0&requestId=
- search: ?method=baiwang.input.invoice.queryinvoicepool&version=1.0&requestId=
- bind: ?method=baiwang.image.invoices.invoicemanageadd&version=1.0&requestId=
- ocr: ?baiwang.image.invoices.recogcollect&version=1.0&requestId=
+ flag: false
+ url: https://einv01.res.jzeg.cn/post?
# 5瀹跺崟浣峣d
dept:
- smj: 2056555602756063234
+ smj: 2089995177814495234
+ smjsc: 2089996921978040321
+ smjzt: 2089997578009128962
sgb: 2056556196124250113
jxc: 2056556317461270529
tfgs: 2056556421857497090
- ymj: 2056556535640576002
\ No newline at end of file
+ ymj: 2056556535640576002
+
+#erp鎺ㄩ��
+erp:
+ ymj:
+ smj:
+ sgb:
+ jxc:
+ tfgs:
\ No newline at end of file
--
Gitblit v1.9.1