wuxw
2019-12-01 7987c4f005f5bd8739411d08e4e3bfb67e4df9ef
java110-db/src/main/resources/mapper/community/FloorServiceDaoImplMapper.xml
@@ -149,6 +149,9 @@
        <if test="name !=null and name != ''">
            and f.name like concat('%',#{name},'%')
        </if>
        <if test="floorName !=null and floorName != ''">
            and f.name like concat('%',#{floorName},'%')
        </if>
        <if test="statusCd !=null and statusCd != ''">
            and f.status_cd= #{statusCd}
        </if>
@@ -189,6 +192,9 @@
        <if test="name !=null and name != ''">
            and f.name like concat('%',#{name},'%')
        </if>
        <if test="floorName !=null and floorName != ''">
            and f.name like concat('%',#{floorName},'%')
        </if>
        <if test="statusCd !=null and statusCd != ''">
            and f.status_cd= #{statusCd}
        </if>