测试线程池
parent
812c19109e
commit
5112eb28f4
|
@ -288,7 +288,6 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, TaskInfo> implement
|
||||||
log.info("dataValue1==={}",dataValue1);
|
log.info("dataValue1==={}",dataValue1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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