huanghongfa
2021-06-30 a1be555fbf7bb0e050e95a8a4cb2256edbdcc2da
修改bug
2个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventGridDataMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventGridDataMapper.xml
@@ -249,7 +249,7 @@
                e.event_type
            ) t UNION ALL
        SELECT
            IFNULL( count( e.id ), 0 ) AS todoNums
            IFNULL( count( e.id ), 0 ) AS todoNums,
            6 AS event_type
        FROM
            `event` AS e
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml
@@ -620,7 +620,7 @@
                count( cmph.id )
            FROM
                com_mng_population_house AS cmph
            LEFT JOIN event_grid_data AS egd ON egd.grid_community_id = cmp.community_id
            LEFT JOIN event_grid_data AS egd ON egd.grid_community_id = cmph.community_id
            WHERE
                <if test="gridId!=null">
                    egd.id = #{gridId}