测试线程池

master
陈思豪 2024-09-10 16:10:41 +08:00
parent 1a51ecaf43
commit 90c1ef6565
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, TaskInfo> implement
mySqlQuery.setOne(finalFirstArray);
mySqlQuery.setTwo(two);
mySqlDataSource.setQuery(MySqlQuery.builder().dataSourceId(basicId).sql(sql).one(finalFirstArray).two(two).build());
log.info("传过去的值是{}",mySqlDataSource.getQuery().toString());
DataValue[][] dataValues = mySqlDataSource.getRows();
log.info("okl");