提交 da59cb28 作者: yanxin

Merge remote-tracking branch 'origin/event_fusion' into event_fusion

...@@ -1385,6 +1385,14 @@ public class InformationServiceImpl implements InformationService { ...@@ -1385,6 +1385,14 @@ public class InformationServiceImpl implements InformationService {
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
} }
Map<String, Object> modifyParams = new HashMap<>();
modifyParams.put("updateDate",EsDateUtil.esFieldDateFormat(DateUtils.formatDateTime()));
esOpUtil.batchUpdateScript(indexArr, buildQuery, modifyParams);
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论