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