Commit e3f262be authored by 周昊's avatar 周昊

1、传输kafka数据添加字段

parent bd02b255
......@@ -93,6 +93,7 @@ public class StreamingJob {
warnPushBase.setStatus("wait");
warnPushBase.setSendUserIds("|1|");
warnPushBase.setDelFlag(0);
warnPushBase.setRemark(algorithmPushDto.getRemark());
return JSON.toJSONString(warnPushBase);
});
......
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