|
|
@ -112,6 +112,9 @@ public class OcrTaskServiceImpl implements OcrTaskService { |
|
|
|
result.put(Constants.MESSAGE, Constants.PARSE_FIAL); |
|
|
|
result.put(Constants.STATUS, 2); |
|
|
|
task.put(Constants.RESULT, result); |
|
|
|
//发送kafka |
|
|
|
springBootKafka.send(topic, JSONObject.toJSONString(task)); |
|
|
|
log.info("数据流转至下游-------"); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|