测试线程池
parent
9a154b6379
commit
3579f430b6
|
@ -250,6 +250,7 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, TaskInfo> implement
|
||||||
dataValue1.setKey(newKey);
|
dataValue1.setKey(newKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Result results = dataValueClient.addProduct(basicId, tableId, dataValues);
|
Result results = dataValueClient.addProduct(basicId, tableId, dataValues);
|
||||||
log.info("添加结果为{}", results);
|
log.info("添加结果为{}", results);
|
||||||
log.info("添加到queue里成功");
|
log.info("添加到queue里成功");
|
||||||
|
|
Loading…
Reference in New Issue