修改查询语句

master
lwj 2024-09-09 01:54:59 +08:00
parent 95eefe9aab
commit 62696c7ae8
2 changed files with 1 additions and 3 deletions

View File

@ -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();

View File

@ -297,8 +297,6 @@ public class DataValueServiceImpl implements DataValueService {
while (resultSet.next()){
string = resultSet.getInt(1);
}
} catch (SQLException e) {
throw new RuntimeException(e);
}