hdw
2018-11-13 4337694caa2cf285e720664df591037cb3d2f809
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"));