测试线程池

master
陈思豪 2024-09-09 15:34:19 +08:00
parent 9a154b6379
commit 3579f430b6
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, TaskInfo> implement
dataValue1.setKey(newKey);
}
}
Result results = dataValueClient.addProduct(basicId, tableId, dataValues);
log.info("添加结果为{}", results);
log.info("添加到queue里成功");