Commit b8840859 authored by 张庆's avatar 张庆

新增挡板规则

parent 330c44b1
......@@ -20,7 +20,7 @@ import org.springframework.beans.factory.annotation.Autowired;
* @Date 2021/2/27
*/
@Slf4j
@MQConsumerComponent(tags = "criusCreditResult", topic = "$mq.creditTopic")
@MQConsumerComponent(tags = "credit", 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;
......
......@@ -20,7 +20,7 @@ import java.time.LocalDateTime;
* 提现审核结果
*/
@Slf4j
@MQConsumerComponent(tags = "withdraw", topic = "$mq.loanTopic")
@MQConsumerComponent(tags = "withdraw", topic = "$mq.creditTopic")
public class LoanResultListener extends AbstractMQConsumerHandler<CreditResultModel> {
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment