src/main/java/org/springblade/modules/taskPlaceRectification/mapper/TaskPlaceRectificationMapper.xml
@@ -280,10 +280,12 @@ bd.dict_value, ( SELECT count( 1 ) count( DISTINCT jp.house_code ) FROM jczz_place jp 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> @@ -296,6 +298,7 @@ </choose> </if> and jp.nine_type = bd.dict_key and br.town_code =#{code} </where> ) number FROM