81041
2019-01-11 d04cea72d0c721f9e7e65d3074c5546ac6eb594f
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"));