diff --git a/src/main/resources/mybatis/mapper/house/house-mapper.xml b/src/main/resources/mybatis/mapper/house/house-mapper.xml index 386544b..494d10b 100644 --- a/src/main/resources/mybatis/mapper/house/house-mapper.xml +++ b/src/main/resources/mybatis/mapper/house/house-mapper.xml @@ -187,125 +187,122 @@ - INSERT INTO house_house( - house_id, - street, - street_name, - community, - community_name, - residential_id, - residential_name, - building_id, - building_name, - affiliation_unit, - affiliation_floors, - house_num, - category_id, - category_name, - nature_id, - nature_name, - type_id, - type_name, - structure_id, - structure_name, - building_purpose_id, - building_purpose_name, - room_num, - room_area, - room_use_id, - room_use_name, - danger_id, - danger_name, - certificate_num, - registration_date, - affiliated_unit, - is_rental, - is_vacant, - lodge_type_id, - lodge_type_name, - rental_purposes, - homeowner, - document_id, - document_name, - document_num, - phone, - custodian, - custodian_document_id, - custodian_document_name, - custodian_document_num, - custodian_phone, - relationship_homeowner, - creator, - gmt_create, - modifier, - gmt_modified, - is_delete - ) VALUES( - #{houseId}, - #{street}, - #{streetName}, - #{community}, - #{communityName}, - #{residentialId}, - #{residentialName}, - #{buildingId}, - #{buildingName}, - #{affiliationUnit}, - #{affiliationFloors}, - #{houseNum}, - #{categoryId}, - #{categoryName}, - #{natureId}, - #{natureName}, - #{typeId}, - #{typeName}, - #{structureId}, - #{structureName}, - #{buildingPurposeId}, - #{buildingPurposeName}, - #{roomNum}, - #{roomArea}, - #{roomUseId}, - #{roomUseName}, - #{dangerId}, - #{dangerName}, - #{certificateNum}, - #{registrationDate}, - #{affiliatedUnit}, - #{isRental}, - #{isVacant}, - #{lodgeTypeId}, - #{lodgeTypeName}, - #{rentalPurposes}, - #{homeowner}, - #{documentId}, - #{documentName}, - #{documentNum}, - #{phone}, - #{custodian}, - #{custodianDocumentId}, - #{custodianDocumentName}, - #{custodianDocumentNum}, - #{custodianPhone}, - #{relationshipHomeowner}, - #{creator}, - #{gmtCreate}, - #{modifier}, - #{gmtModified}, - #{isDelete} - ) + INSERT INTO house_house(house_id, + street, + street_name, + community, + community_name, + residential_id, + residential_name, + building_id, + building_name, + affiliation_unit, + affiliation_floors, + house_num, + category_id, + category_name, + nature_id, + nature_name, + type_id, + type_name, + structure_id, + structure_name, + building_purpose_id, + building_purpose_name, + room_num, + room_area, + room_use_id, + room_use_name, + danger_id, + danger_name, + certificate_num, + registration_date, + affiliated_unit, + is_rental, + is_vacant, + lodge_type_id, + lodge_type_name, + rental_purposes, + homeowner, + document_id, + document_name, + document_num, + phone, + custodian, + custodian_document_id, + custodian_document_name, + custodian_document_num, + custodian_phone, + relationship_homeowner, + creator, + gmt_create, + modifier, + gmt_modified, + is_delete) + VALUES (#{houseId}, + #{street}, + #{streetName}, + #{community}, + #{communityName}, + #{residentialId}, + #{residentialName}, + #{buildingId}, + #{buildingName}, + #{affiliationUnit}, + #{affiliationFloors}, + #{houseNum}, + #{categoryId}, + #{categoryName}, + #{natureId}, + #{natureName}, + #{typeId}, + #{typeName}, + #{structureId}, + #{structureName}, + #{buildingPurposeId}, + #{buildingPurposeName}, + #{roomNum}, + #{roomArea}, + #{roomUseId}, + #{roomUseName}, + #{dangerId}, + #{dangerName}, + #{certificateNum}, + #{registrationDate}, + #{affiliatedUnit}, + #{isRental}, + #{isVacant}, + #{lodgeTypeId}, + #{lodgeTypeName}, + #{rentalPurposes}, + #{homeowner}, + #{documentId}, + #{documentName}, + #{documentNum}, + #{phone}, + #{custodian}, + #{custodianDocumentId}, + #{custodianDocumentName}, + #{custodianDocumentNum}, + #{custodianPhone}, + #{relationshipHomeowner}, + #{creator}, + #{gmtCreate}, + #{modifier}, + #{gmtModified}, + #{isDelete}) UPDATE - house_house + house_house SET - gmt_modified = #{gmtModified}, - modifier = #{modifier}, - is_delete = 1 + gmt_modified = #{gmtModified}, + modifier = #{modifier}, + is_delete = 1 WHERE - house_id IN + house_id IN #{houseIds[${index}]} @@ -314,9 +311,9 @@ DELETE FROM - house_house + house_house WHERE - house_id IN + house_id IN #{houseIds[${index}]} @@ -325,7 +322,7 @@ UPDATE - house_house + house_house SET street = #{street}, @@ -465,264 +462,264 @@ relationship_homeowner = #{relationshipHomeowner}, - gmt_modified = #{gmtModified}, - modifier = #{modifier}, - house_id = house_id + gmt_modified = #{gmtModified}, + modifier = #{modifier}, + house_id = house_id WHERE - house_id = #{houseId} + house_id = #{houseId} SELECT - t1.house_id, - t1.street, - t1.street_name, - t1.community, - t1.community_name, - t1.residential_id, - t1.residential_name, - t1.building_id, - t1.building_name, - t1.affiliation_unit, - t1.affiliation_floors, - t1.house_num, - t1.category_id, - t1.category_name, - t1.nature_id, - t1.nature_name, - t1.type_id, - t1.type_name, - t1.structure_id, - t1.structure_name, - t1.building_purpose_id, - t1.building_purpose_name, - t1.room_num, - t1.room_area, - t1.room_use_id, - t1.room_use_name, - t1.danger_id, - t1.danger_name, - t1.certificate_num, - t1.registration_date, - t1.affiliated_unit, - t1.is_rental, - t1.is_vacant, - t1.lodge_type_id, - t1.lodge_type_name, - t1.rental_purposes, - t1.homeowner, - t1.document_id, - t1.document_name, - t1.document_num, - t1.phone, - t1.custodian, - t1.custodian_document_id, - t1.custodian_document_name, - t1.custodian_document_num, - t1.custodian_phone, - t1.relationship_homeowner, - t1.creator, - t1.gmt_create, - t1.modifier, - t1.gmt_modified, - t1.is_delete + t1.house_id, + t1.street, + t1.street_name, + t1.community, + t1.community_name, + t1.residential_id, + t1.residential_name, + t1.building_id, + t1.building_name, + t1.affiliation_unit, + t1.affiliation_floors, + t1.house_num, + t1.category_id, + t1.category_name, + t1.nature_id, + t1.nature_name, + t1.type_id, + t1.type_name, + t1.structure_id, + t1.structure_name, + t1.building_purpose_id, + t1.building_purpose_name, + t1.room_num, + t1.room_area, + t1.room_use_id, + t1.room_use_name, + t1.danger_id, + t1.danger_name, + t1.certificate_num, + t1.registration_date, + t1.affiliated_unit, + t1.is_rental, + t1.is_vacant, + t1.lodge_type_id, + t1.lodge_type_name, + t1.rental_purposes, + t1.homeowner, + t1.document_id, + t1.document_name, + t1.document_num, + t1.phone, + t1.custodian, + t1.custodian_document_id, + t1.custodian_document_name, + t1.custodian_document_num, + t1.custodian_phone, + t1.relationship_homeowner, + t1.creator, + t1.gmt_create, + t1.modifier, + t1.gmt_modified, + t1.is_delete FROM - house_house t1 + house_house t1 WHERE - t1.is_delete = 0 + t1.is_delete = 0 - AND ( + AND ( t1.id LIKE CONCAT('%', #{keywords}, '%') - ) + ) - AND + AND LEFT(t1.gmt_create, 10) = ]]> #{startTime} - AND + AND LEFT(t1.gmt_create, 10) #{endTime} - AND + AND t1.house_id IN #{houseIds[${index}]} @@ -965,30 +962,27 @@ SELECT - t1.house_id, - t1.building_id, - t1.affiliation_unit, - t1.affiliation_floors, - t1.house_num, - t1.creator, - t1.gmt_create, - COUNT(t2.house_id) as count, - 1 + t1.house_id, + t1.building_id, + t1.affiliation_unit, + t1.affiliation_floors, + t1.house_num, + t1.creator, + t1.gmt_create, + COUNT(t2.house_id) as count, + 1 FROM - house_house t1 LEFT JOIN house_population t2 ON t1.house_id = t2.house_id + house_house t1 LEFT JOIN house_population t2 ON t1.house_id = t2.house_id WHERE - t1.is_delete = 0 + t1.is_delete = 0 AND building_id = #{buildingId} @@ -1081,9 +1075,7 @@ t1.creator, t1.gmt_create ORDER BY - t1.affiliation_unit, - t1.affiliation_floors, - t1.house_num ASC + (t1.affiliation_unit + 0), (t1.affiliation_floors + 0), (t1.house_num + 0) ASC \ No newline at end of file