|
@@ -213,7 +213,7 @@ public class MySqlUtil {
|
|
|
selectSql.append(" and month = " + month);
|
|
|
selectSql.append(" and day = " + day);
|
|
|
selectSql.append(" and hour = " + hour);
|
|
|
- System.out.println(selectSql.toString());
|
|
|
+ // System.out.println(selectSql.toString());
|
|
|
ps = conn.prepareStatement(selectSql.toString());
|
|
|
ResultSet rs = ps.executeQuery();
|
|
|
List<Integer> list = new ArrayList<>();
|