linwe
2024-06-13 88214b60acac265ab2f8fd57560e6ee5a8a3bfde
src/main/java/org/springblade/modules/task/mapper/TaskLabelReportingEventMapper.xml
@@ -124,7 +124,7 @@
                <when test="regionChildCodesList !=null and regionChildCodesList.size()>0">
                    and
                    (
                    jg.grid_code in
                    jg.community_code in
                    <foreach collection="regionChildCodesList" item="code" open="(" close=")" separator=",">
                        #{code}
                    </foreach>