测试线程池
parent
dd0e81413f
commit
3e09ba58b2
|
@ -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里成功");
|
||||
|
|
Loading…
Reference in New Issue