jinpengyong
2023-09-14 f979b967a74bfdbfe7d2913a35ba98344838e59b
Merge branch 'dev' of http://blit.7drlb.com:8888/r/moral into wb
1 files modified
2 ■■■ changed files
screen-api/src/main/resources/mapper/CityAqiDailyMapper.xml 2 ●●● patch | view | raw | blame | history
screen-api/src/main/resources/mapper/CityAqiDailyMapper.xml
@@ -23,7 +23,7 @@
            GROUP BY c.city_code order by nums
        </if>
        <if test="type == 3 ">
            and c.time <![CDATA[>=]]> #{start}
            and DATE_FORMAT(c.time,'%Y') <![CDATA[>=]]> #{start}
            GROUP BY c.city_code order by nums
        </if>
    </select>