whyclxw
2025-05-28 8ad9ce64a1962bb9c08ae8870b82dad911292d0c
站点统计修改
2个文件已修改
4 ■■■■ 已修改文件
src/main/java/com/whyc/dto/Statistic/StationStic.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/StationInfMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/dto/Statistic/StationStic.java
@@ -9,7 +9,7 @@
    private String country;
    private String stationName;
    private Integer uid;
    private String statonType;
    private String stationType;
    private Integer pageNum;
    private Integer pageSize;
}
src/main/resources/mapper/StationInfMapper.xml
@@ -195,7 +195,7 @@
                and station_name=#{stic.stationName}
            </if>
            <if test="stic.statonType!=null">
                and station_type=#{stic.statonType}
                and station_type=#{stic.stationType}
            </if>
            <if test="stic.uid>100">
                and tb_station_inf.station_id in(