src/main/java/com/whyc/service/A059StationInfService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/service/A059StationInfService.java
@@ -27,13 +27,13 @@ PageHelper.startPage(pageNum, pageSize); List<A059StationInfDTO> list = new ArrayList<>(); QueryWrapper<A059StationInf> queryWrapper = new QueryWrapper<>(); if (!province.equals("")) { if (province!=null) { queryWrapper.eq("station_province", province); } if (!city.equals("")) { if (city!=null) { queryWrapper.eq("station_city", city); } if (!county.equals("")) { if (county!=null) { queryWrapper.eq("station_county", county); } if (stationType != -1) {