Commit 4bb4092ea2c580a474ea082fdb8d4bc690273363
1 parent
f5157ae9
修复bug
Showing
1 changed file
with
1 additions
and
0 deletions
trash-workFlow/src/main/java/com/trash/casefile/kafka/Consumer.java
| @@ -374,6 +374,7 @@ public class Consumer { | @@ -374,6 +374,7 @@ public class Consumer { | ||
| 374 | kafkaCompensation.setId(Long.valueOf(id)); | 374 | kafkaCompensation.setId(Long.valueOf(id)); |
| 375 | kafkaCompensation.setStatus(1); | 375 | kafkaCompensation.setStatus(1); |
| 376 | SpringUtils.getBean(KafkaCompensationMapper.class).updateKafkaCompensation(kafkaCompensation); | 376 | SpringUtils.getBean(KafkaCompensationMapper.class).updateKafkaCompensation(kafkaCompensation); |
| 377 | + | ||
| 377 | } | 378 | } |
| 378 | 379 | ||
| 379 | public String insertKafkaCompensation(String data){ | 380 | public String insertKafkaCompensation(String data){ |