Laplace
lapla****@csc*****
2003年 6月 1日 (日) 18:48:19 JST
laplace です。 > -------------------------------------------------------------- > --- 旧 Sun Jun 1 15:10:03 2003 > +++ 新 Sun Jun 1 16:37:47 2003 > @@ -562,7 +562,8 @@ > stmtSelectSeason.setInt(2, seasonCount); > ResultSet rsSeason = stmtSelectSeason.executeQuery(); > rsSeason.next(); > - int status = rs.getInt(1); > + // int status = rs.getInt(1); > + int status = rsSeason.getInt(1); > if (status == Consts.SEASON_STATUS_ALLRESERVED) { > stmtUpdateSeason.setInt(1, leagueId); > stmtUpdateSeason.setInt(2, seasonCount); ソースを見れば、なかなか怪しいですね。 現状のソースでは、rsSeasonは使われていないので 消してもOKな感じですね。 現状の動作は問題ないようですが、 Konkitiさんの修正も必須なのかな?