| | |
| | | insert into building_room( |
| | | section,remark,room_sub_type,room_area,user_id,room_id,layer,fee_coefficient,built_up_area, |
| | | room_num,unit_id,state,community_id,apartment,room_type,room_rent,door_room_num,property_type,property_address,house_certificate_no, |
| | | road_name, buy_date, sell_date, sell_state, room_buyer, eoc |
| | | road_name, buy_date, sell_date, sell_state, room_buyer, eoc, monthly_unit_price, property_fee_month |
| | | ) values ( |
| | | #{section},#{remark},#{roomSubType},#{roomArea},#{userId},#{roomId},#{layer},#{feeCoefficient},#{builtUpArea},#{roomNum},#{unitId},#{state}, |
| | | #{communityId},#{apartment},#{roomType},#{roomRent},#{doorRoomNum},#{propertyType},#{propertyAddress},#{houseCertificateNo}, |
| | | #{roadName},#{buyDate},#{sellDate},#{sellState},#{roomBuyer},#{eoc} |
| | | #{roadName},#{buyDate},#{sellDate},#{sellState},#{roomBuyer},#{eoc},#{monthlyUnitPrice},#{propertyFeeMonth} |
| | | ) |
| | | </insert> |
| | | |