81041
2018-10-19 c4e3d6246ef44a1a44d88054cac2227ede4322c9
关闭输出
1个文件已修改
2 ■■■ 已修改文件
gx_tieta/src/com/fgkj/dao/impl/Bts_station_eventImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/src/com/fgkj/dao/impl/Bts_station_eventImpl.java
@@ -73,7 +73,7 @@
        //排序
        String orderSql="  order by station_id,record_datetime,station_event_type asc  ";
        sql+=orderSql;
        System.err.println(sql);
        //System.err.println(sql);
        List list=DAOHelper.executeQuery(sql, DBUtil.getConn(), new Object[]{binf.getBattInUseDate(),binf.getBattInUseDate1(),"%"+binf.getStationName1()+"%","%"+binf.getStationName2()+"%","%"+binf.getStationName3()+"%","%"+binf.getStationId()+"%"}, new CallBack() {
            
            public List getResults(ResultSet rs) {