chenjingjing
2018-12-27 f8f7f5f8da7b2b96a2a0a7536ae2cd4b6abc520a
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"));