chengf
2026-02-25 64b14b0549344f13b191e2c26ed199f62655c43f
java110-db/src/main/resources/mapper/community/UnitServiceDaoImplMapper.xml
@@ -97,7 +97,7 @@
        left join f_floor ff on t.`floor_id` = ff.`floor_id` and ff.status_cd = '0'
        where 1 =1
        <if test="communityId!=null and communityId != ''">
            AND ff.community_id = #{communityId}
            AND ff.community_id in (#{communityId},'9999')
        </if>
        <if test="floorId !=null and floorId != ''">
            and t.floor_id= #{floorId}