测试线程池

master
陈思豪 2024-09-08 10:40:03 +08:00
parent dd0e81413f
commit 3e09ba58b2
1 changed files with 1 additions and 0 deletions

View File

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