提交 a262b9ea authored 作者: inroi's avatar inroi

完成代码

上级 1115d208
......@@ -153,6 +153,11 @@ public class IMallSyncServiceImpl implements IMallSyncService {
private void encapsulationRequest(Map<String, String> config, String queueId, Integer id, List<Object> data) {
String qId = SnowFlakeIdUtil.generateId().toString();
for(Object curData:data)
{
((Map<String, Object>)curData).put("QUEUE_ID", qId);
}
Map<String, Object> request = new HashMap<>(3);
request.put("docType", config.get("docType"));
request.put("updateType", "update");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论