hdw
2018-12-18 0e1721488e6d8f091d13403e20f0bbf5cf397b96
gx_tieta/src/com/fgkj/dao/impl/StationtrafficImpl.java
@@ -106,7 +106,7 @@
                     }
                     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"));
@@ -122,7 +122,7 @@
               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"));