Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
windows
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
windows
Commits
e0207357
Commit
e0207357
authored
1 year ago
by
BlackJokerCJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
13cfbe6b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CreditThirdDataListener.java
...a/com/jqtx/windows/common/mq/CreditThirdDataListener.java
+1
-0
WindowsProducer.java
...main/java/com/jqtx/windows/common/mq/WindowsProducer.java
+1
-0
No files found.
src/main/java/com/jqtx/windows/common/mq/CreditThirdDataListener.java
View file @
e0207357
...
@@ -43,6 +43,7 @@ public class CreditThirdDataListener extends AbstractMQConsumerHandler<JSONObjec
...
@@ -43,6 +43,7 @@ public class CreditThirdDataListener extends AbstractMQConsumerHandler<JSONObjec
@Override
@Override
public
void
run
(
JSONObject
req
)
throws
Exception
{
public
void
run
(
JSONObject
req
)
throws
Exception
{
log
.
info
(
"req:[{}]"
,
req
.
toJSONString
());
JSONObject
thirdCredit
=
new
JSONObject
();
JSONObject
thirdCredit
=
new
JSONObject
();
thirdCredit
.
put
(
"reqNo"
,
req
.
getString
(
"orderNo"
));
thirdCredit
.
put
(
"reqNo"
,
req
.
getString
(
"orderNo"
));
thirdCredit
.
put
(
"type"
,
"01"
);
thirdCredit
.
put
(
"type"
,
"01"
);
...
...
This diff is collapsed.
Click to expand it.
src/main/java/com/jqtx/windows/common/mq/WindowsProducer.java
View file @
e0207357
...
@@ -30,6 +30,7 @@ public class WindowsProducer {
...
@@ -30,6 +30,7 @@ public class WindowsProducer {
}
}
public
void
pullCreditThirdData
(
JSONObject
json
)
{
public
void
pullCreditThirdData
(
JSONObject
json
)
{
log
.
info
(
"json:[{}]"
,
json
.
toJSONString
());
publishData
(
null
,
json
.
toJSONString
(),
creditTopic
,
"creditThirdData"
);
publishData
(
null
,
json
.
toJSONString
(),
creditTopic
,
"creditThirdData"
);
}
}
...
...
This diff is collapsed.
Click to expand it.
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