c97d61bd by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 359bdca8
...@@ -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();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!