he wei
2023-02-14 9f68b23c3c3b4e67e79a57994ca55c83c4f21233
'lxw'
1个文件已修改
6 ■■■■ 已修改文件
src/main/java/com/whyc/service/A059StationInfService.java 6 ●●●● 补丁 | 查看 | 原始文档 | 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) {