| | |
| | | }
|
| | | Stationtraffic st=new Stationtraffic();
|
| | | st.setDev_id(rs.getInt("dev_id"));
|
| | | st.setNowflow(dayflow);
|
| | | st.setDayflow(dayflow);
|
| | | st.setStationName(rs.getString("stationName"));
|
| | | st.setStationName1(rs.getString("stationName1"));
|
| | | st.setStationName2(rs.getString("stationName2"));
|
| | |
| | | if(rs.isLast()){
|
| | | Stationtraffic st=new Stationtraffic();
|
| | | st.setDev_id(rs.getInt("dev_id"));
|
| | | st.setNowflow(dayflow);
|
| | | st.setDayflow(dayflow);
|
| | | st.setStationName(rs.getString("stationName"));
|
| | | st.setStationName1(rs.getString("stationName1"));
|
| | | st.setStationName2(rs.getString("stationName2"));
|