修改查询语句
parent
95eefe9aab
commit
62696c7ae8
|
@ -98,7 +98,7 @@ public class MySqlDataSource extends BaseDataAbsSource {
|
||||||
// } catch (SQLException e) {
|
// } catch (SQLException e) {
|
||||||
// throw new RuntimeException(e);
|
// throw new RuntimeException(e);
|
||||||
// }
|
// }
|
||||||
|
log.info("one------------"+one+"------------two"+two);
|
||||||
DataValue[][] dataValues = new DataValue[one][two];
|
DataValue[][] dataValues = new DataValue[one][two];
|
||||||
try {
|
try {
|
||||||
conn = hikariDataSource.getConnection();
|
conn = hikariDataSource.getConnection();
|
||||||
|
|
|
@ -297,8 +297,6 @@ public class DataValueServiceImpl implements DataValueService {
|
||||||
while (resultSet.next()){
|
while (resultSet.next()){
|
||||||
string = resultSet.getInt(1);
|
string = resultSet.getInt(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue