linwei
2024-02-02 faf2e895f475d41a70a6e54cfadae61199dcbe12
src/main/java/org/springblade/modules/taskPlaceRectification/mapper/TaskPlaceRectificationMapper.xml
@@ -285,6 +285,7 @@
        jczz_task jt
        LEFT JOIN jczz_place jp ON jt.house_code = jp.house_code
        LEFT JOIN jczz_grid jg ON jg.grid_code = jp.grid_code
        LEFT JOIN blade_region br on br.`code`=jg.community_code
        <where>
            <if test="isAdministrator==2">
                <choose>
@@ -297,6 +298,7 @@
                </choose>
            </if>
            and jp.nine_type = bd.dict_key
            and br.town_code =#{code}
        </where>
        ) number
        FROM