From c05ddf57634572b43869e00d426efe05d2df5077 Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期三, 10 六月 2026 08:16:23 +0800
Subject: [PATCH] feat:模版合同加备注、水电房屋租赁执行次数改为合同有效期、合同履约列表新增双方履约、开票新增拟开票数量
---
platformx-boot/src/main/resources/application-dev.yml | 24 ++++--------------------
1 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/platformx-boot/src/main/resources/application-dev.yml b/platformx-boot/src/main/resources/application-dev.yml
index 6a99c07..3aa61c1 100644
--- a/platformx-boot/src/main/resources/application-dev.yml
+++ b/platformx-boot/src/main/resources/application-dev.yml
@@ -2,7 +2,6 @@
data:
redis:
host: 127.0.0.1
- password: 123456
database: 0
# 鏁版嵁搴撶浉鍏抽厤缃�
datasource:
@@ -38,32 +37,17 @@
swagger:
token-url: ${swagger.gateway}/admin/oauth2/token
-
-
-# 鏂囦欢涓婁紶閰嶇疆
-file:
- local:
- base-path: D:\\Users\\platformx\\Downloads\\img
-
#bip 閰嶇疆
bip:
- url: ''
+ flag: false
+ url: https://bip01.res.jzeg.cn
codes: 111111111111111111111111,222222222222222222
- ip: https://bip01.res.jzeg.cn/
- filePath: D:\test\
- fontPath: /Users/kongdeqiang/Desktop/SIMSUN.TTC
appKey: 800b2805c5584f0abb8705acbe487dc5
appSecret: 59ba72c62a6a27203d7e517787a738be89ba55cb
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:
--
Gitblit v1.9.1