Your Name
2023-07-11 d7d9b601b2e4fdb663375993e2cfbdbd363df421
java110-db/src/main/resources/mapper/community/UnitV1ServiceDaoImplMapper.xml
@@ -37,7 +37,7 @@
        <if test="unitNum !=null and unitNum != ''">
            and t.unit_num= #{unitNum}
        </if>
        <if test="roomUnit == 'Y'">
        <if test='roomUnit == "Y"'>
            and t.unit_num != '0'
        </if>
        <if test="lift !=null and lift != ''">
@@ -111,7 +111,7 @@
        <if test="unitNum !=null and unitNum != ''">
            and t.unit_num= #{unitNum}
        </if>
        <if test="roomUnit == 'Y'">
        <if test='roomUnit == "Y"'>
            and t.unit_num != '0'
        </if>
        <if test="lift !=null and lift != ''">
@@ -123,8 +123,6 @@
        <if test="statusCd !=null and statusCd != ''">
            and t.status_cd= #{statusCd}
        </if>
    </select>
</mapper>