【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -414,7 +414,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -414,7 +414,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
414 | return true; | 414 | return true; |
415 | } | 415 | } |
416 | 416 | ||
417 | @KafkaListener(containerFactory = "kafkaListenerContainerFactory", groupId = "scm.notify", topics = "${csbr.kafka.topic-prefix:}_"+"approve.tenant.enterprise", | 417 | @KafkaListener(containerFactory = "kafkaListenerContainerFactory", groupId = "scm.notify", topics = "${csbr.kafka.topic-prefix:}_"+"tenant.enterprise", |
418 | errorHandler = "consumerAwareErrorHandler") | 418 | errorHandler = "consumerAwareErrorHandler") |
419 | public void addUserListener(List<ConsumerRecord<String, String>> records, Acknowledgment ack) { | 419 | public void addUserListener(List<ConsumerRecord<String, String>> records, Acknowledgment ack) { |
420 | ack.acknowledge(); | 420 | ack.acknowledge(); | ... | ... |
-
Please register or sign in to post a comment