81041
2019-01-11 b9ac482885d1e43eb8e48d5976081d84ce72da1f
批量查询
2个文件已修改
8 ■■■■ 已修改文件
gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/dao/impl/BattInfImpl.class 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/src/com/fgkj/dao/impl/BattInfImpl.java 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/dao/impl/BattInfImpl.class
Binary files differ
gx_tieta/src/com/fgkj/dao/impl/BattInfImpl.java
@@ -4507,7 +4507,7 @@
                //+ "  limit ?,? ";StationName1 like ? and StationName2 like ? and StationName3 like ? and StationName5 like ? "
        //,(page.getPageCurr()-1)*page.getPageSize(),page.getPageSize(),"%"+binf.getStationName1()+"%","%"+binf.getStationName2()+"%","%"+binf.getStationName3()+"%",
        //条件
        String sql0=" and stationid=? "; //具体机房
        String sql0=" and db_battinf.tb_battinf.stationid=? "; //具体机房
        String sql1=" and stationname1=? ";//省
        String sql2=" and stationname2=? ";//市
        String sql5=" and stationname5=? ";//区县
@@ -4615,7 +4615,7 @@
                //+ "  limit ?,? ";StationName1 like ? and StationName2 like ? and StationName3 like ? and StationName5 like ? "
        //,(page.getPageCurr()-1)*page.getPageSize(),page.getPageSize(),"%"+binf.getStationName1()+"%","%"+binf.getStationName2()+"%","%"+binf.getStationName3()+"%",
        //条件
        String sql0=" and stationid=? "; //具体机房
        String sql0=" and db_battinf.tb_battinf.stationid=? "; //具体机房
        String sql1=" and stationname1=? ";//省
        String sql2=" and stationname2=? ";//市
        String sql5=" and stationname5=? ";//区县
@@ -4717,9 +4717,9 @@
        
        BattInfImpl biml = new BattInfImpl();
        BattInf binf = new BattInf();
        binf.setNum(2);
        binf.setNum(0);
        binf.setBattGroupId(1000001);
        binf.setStationName("百色");
        binf.setStationName("42000017");
        binf.setStationName1("");
        binf.setStationName2("");
        binf.setStationName3("");