List<List<List<Object>>>datas=dataApiModelService.asyncExecuteSql(lists,newDataApiDataSource(),"select * from A where name = ? ","select count(1) from A where name = ?",jdbcParams,DataSourceTypeEnum.ORACLE);
// List<List<List<Object>>> datas = dataApiModelService.asyncExecuteSql(lists, new DataApiDataSource(), "select * from A where name = ? ", "select count(1) from A where name = ?", jdbcParams, DataSourceTypeEnum.ORACLE);