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
b8840859
Commit
b8840859
authored
Oct 23, 2023
by
张庆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增挡板规则
parent
330c44b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
CreditResultListener.java
...java/com/jqtx/windows/common/mq/CreditResultListener.java
+1
-4
LoanResultListener.java
...n/java/com/jqtx/windows/common/mq/LoanResultListener.java
+1
-1
No files found.
src/main/java/com/jqtx/windows/common/mq/CreditResultListener.java
View file @
b8840859
...
...
@@ -20,7 +20,7 @@ import org.springframework.beans.factory.annotation.Autowired;
* @Date 2021/2/27
*/
@Slf4j
@MQConsumerComponent
(
tags
=
"cr
iusCreditResul
t"
,
topic
=
"$mq.creditTopic"
)
@MQConsumerComponent
(
tags
=
"cr
edi
t"
,
topic
=
"$mq.creditTopic"
)
public
class
CreditResultListener
extends
AbstractMQConsumerHandler
<
CreditResultModel
>
{
@Autowired
...
...
@@ -28,9 +28,6 @@ public class CreditResultListener extends AbstractMQConsumerHandler<CreditResult
@Autowired
private
AbcHttpClient
abcHttpClient
;
@Autowired
private
GetCreditCommand
getCreditCommand
;
@Override
public
Class
getClazz
()
{
return
CreditResultModel
.
class
;
...
...
src/main/java/com/jqtx/windows/common/mq/LoanResultListener.java
View file @
b8840859
...
...
@@ -20,7 +20,7 @@ import java.time.LocalDateTime;
* 提现审核结果
*/
@Slf4j
@MQConsumerComponent
(
tags
=
"withdraw"
,
topic
=
"$mq.
loan
Topic"
)
@MQConsumerComponent
(
tags
=
"withdraw"
,
topic
=
"$mq.
credit
Topic"
)
public
class
LoanResultListener
extends
AbstractMQConsumerHandler
<
CreditResultModel
>
{
@Autowired
...
...
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