chengf
2026-02-25 64b14b0549344f13b191e2c26ed199f62655c43f
java110-db/src/main/resources/mapper/report/ReportCommunityServiceDaoImplMapper.xml
@@ -272,7 +272,7 @@
          and t.status_cd = '0'
          and u.unit_id = #{unitId}
        <if test="communityId !=null and communityId != ''">
            and t.community_id= #{communityId}
            and t.community_id in (#{communityId},'9999')
        </if>
        order by CONVERT(t.layer, SIGNED), CONVERT(t.room_num, SIGNED)
    </select>