java110
2020-10-24 82eb6782bd9264798bea70220d4199d559759dcb
java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml
@@ -89,7 +89,7 @@
        v.value_name valueName,
        s.list_show listShow
        from building_owner_attr t
        left join attr_spec s on t.spec_cd = s.spec_cd and s.status_cd = '0' and s.table_name = 'building_room_attr'
        left join attr_spec s on t.spec_cd = s.spec_cd and s.status_cd = '0' and s.table_name = 'building_owner_attr'
        left join attr_value v on t.`value` = v.`value` and t.spec_cd = v.spec_cd and v.status_cd = '0'
        where 1 =1
        <if test="attrId !=null and attrId != ''">
@@ -136,9 +136,6 @@
        update building_owner_attr t set t.status_cd = #{statusCd}
        <if test="newBId != null and newBId != ''">
            ,t.b_id = #{newBId}
        </if>
        <if test="createTime !=null and createTime != ''">
            , t.create_time= #{createTime}
        </if>
        <if test="specCd !=null and specCd != ''">
            , t.spec_cd= #{specCd}