Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
9f05c8d5
Commit
9f05c8d5
authored
Jun 20, 2024
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复发起合同
parent
2052b3f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
QiyuesuoServiceImpl.java
...oot/module/hygf/biz/service/impl/QiyuesuoServiceImpl.java
+4
-2
application-dev1.properties
...e-hygf-biz/src/main/resources/application-dev1.properties
+4
-4
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/QiyuesuoServiceImpl.java
View file @
9f05c8d5
...
@@ -177,7 +177,9 @@ public class QiyuesuoServiceImpl {
...
@@ -177,7 +177,9 @@ public class QiyuesuoServiceImpl {
result
=
responseObj
.
getResult
();
result
=
responseObj
.
getResult
();
logger
.
info
(
JSON
.
toJSONString
(
responseObj
));
logger
.
info
(
JSON
.
toJSONString
(
responseObj
));
}
else
{
}
else
{
logger
.
info
(
"请求失败,错误码:{},错误信息:{}"
,
responseObj
.
getCode
(),
responseObj
.
getMessage
());
String
error
=
"请求失败,错误码:"
+
responseObj
.
getCode
()+
",错误信息:"
+
responseObj
.
getMessage
();
logger
.
info
(
error
);
throw
new
BadRequest
(
error
);
}
}
DocumentAddResult
documentAddResult
=
this
.
getDocumentAddResult
(
result
.
getId
(),
subject
,
templateParam
,
DocumentAddResult
documentAddResult
=
this
.
getDocumentAddResult
(
result
.
getId
(),
subject
,
templateParam
,
emplateId
);
emplateId
);
...
@@ -213,7 +215,7 @@ public class QiyuesuoServiceImpl {
...
@@ -213,7 +215,7 @@ public class QiyuesuoServiceImpl {
List
<
Stamper
>
stampers
=
new
ArrayList
<>();
List
<
Stamper
>
stampers
=
new
ArrayList
<>();
stampers
.
add
(
stamper
);
stampers
.
add
(
stamper
);
stampers
.
add
(
stamper2
);
stampers
.
add
(
stamper2
);
//
SdkResponse<Object> data = this.getSdkResponse(result.getId(), stampers);
SdkResponse
<
Object
>
data
=
this
.
getSdkResponse
(
result
.
getId
(),
stampers
);
return
result
.
getId
();
return
result
.
getId
();
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/resources/application-dev1.properties
View file @
9f05c8d5
...
@@ -50,11 +50,11 @@ spring.datasource.tdengine-service.connection-test-query: SELECT 1
...
@@ -50,11 +50,11 @@ spring.datasource.tdengine-service.connection-test-query: SELECT 1
## eureka properties:
## eureka properties:
eureka.instance.hostname
=
47.92.234.253
eureka.instance.hostname
=
10.20.1.160
eureka.client.serviceUrl.defaultZone
=
http://admin:a1234560@${eureka.instance.hostname}:10001/eureka/
eureka.client.serviceUrl.defaultZone
=
http://admin:a1234560@${eureka.instance.hostname}:10001/eureka/
## redis properties:
## redis properties:
spring.redis.database
=
1
spring.redis.database
=
1
spring.redis.host
=
47.92.234.253
spring.redis.host
=
10.20.1.210
spring.redis.port
=
6379
spring.redis.port
=
6379
spring.redis.password
=
yeejoin@2020
spring.redis.password
=
yeejoin@2020
...
@@ -90,7 +90,7 @@ lettuce.timeout=10000
...
@@ -90,7 +90,7 @@ lettuce.timeout=10000
emqx.clean-session
=
true
emqx.clean-session
=
true
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://
47.92.234.253:1
883
emqx.broker
=
tcp://
10.20.1.210:2
883
emqx.user-name
=
admin
emqx.user-name
=
admin
emqx.password
=
public
emqx.password
=
public
emqx.max-inflight
=
1000
emqx.max-inflight
=
1000
...
@@ -125,7 +125,7 @@ amos.secret.key=qaz
...
@@ -125,7 +125,7 @@ amos.secret.key=qaz
# if your service can't be access ,you can use this setting , you need change ip as your.
# if your service can't be access ,you can use this setting , you need change ip as your.
#eureka.instance.prefer-ip-address=true
#eureka.instance.prefer-ip-address=true
#eureka.instance.ip-address=172.16.3.122
#eureka.instance.ip-address=172.16.3.122
spring.activemq.broker-url
=
tcp://
47.92.234.253
:61616
spring.activemq.broker-url
=
tcp://
10.20.1.210
:61616
spring.activemq.user
=
admin
spring.activemq.user
=
admin
spring.activemq.password
=
admin
spring.activemq.password
=
admin
spring.jms.pub-sub-domain
=
false
spring.jms.pub-sub-domain
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment