and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, build_id, disc_id, group_id, room_no, floor, prediction_internal_area, prediction_share_area,
prediction_build_area, prediction_land_area, actual_internal_area, actual_share_area,
actual_build_area, actual_land_area, room_use, room_number, decoration_situation,
house_type_id, house_type_picture, created_id, created_at, updated_at, updated_id,
sale_status, sold_status, two_point_two, order_num
remark
delete from park_room
where id = #{id,jdbcType=VARCHAR}
delete from park_room
insert into park_room (id, build_id, disc_id,
group_id, room_no, floor,
prediction_internal_area, prediction_share_area,
prediction_build_area, prediction_land_area,
actual_internal_area, actual_share_area, actual_build_area,
actual_land_area, room_use, room_number,
decoration_situation, house_type_id, house_type_picture,
created_id, created_at, updated_at,
updated_id, sale_status, sold_status,
two_point_two, order_num, remark
)
values (#{id,jdbcType=VARCHAR}, #{buildId,jdbcType=VARCHAR}, #{discId,jdbcType=VARCHAR},
#{groupId,jdbcType=VARCHAR}, #{roomNo,jdbcType=VARCHAR}, #{floor,jdbcType=VARCHAR},
#{predictionInternalArea,jdbcType=DOUBLE}, #{predictionShareArea,jdbcType=DOUBLE},
#{predictionBuildArea,jdbcType=DOUBLE}, #{predictionLandArea,jdbcType=DOUBLE},
#{actualInternalArea,jdbcType=DOUBLE}, #{actualShareArea,jdbcType=DOUBLE}, #{actualBuildArea,jdbcType=DOUBLE},
#{actualLandArea,jdbcType=DOUBLE}, #{roomUse,jdbcType=INTEGER}, #{roomNumber,jdbcType=VARCHAR},
#{decorationSituation,jdbcType=INTEGER}, #{houseTypeId,jdbcType=VARCHAR}, #{houseTypePicture,jdbcType=VARCHAR},
#{createdId,jdbcType=VARCHAR}, #{createdAt,jdbcType=TIMESTAMP}, #{updatedAt,jdbcType=TIMESTAMP},
#{updatedId,jdbcType=VARCHAR}, #{saleStatus,jdbcType=INTEGER}, #{soldStatus,jdbcType=INTEGER},
#{twoPointTwo,jdbcType=VARCHAR}, #{orderNum,jdbcType=VARCHAR}, #{remark,jdbcType=LONGVARCHAR}
)
insert into park_room
id,
build_id,
disc_id,
group_id,
room_no,
floor,
prediction_internal_area,
prediction_share_area,
prediction_build_area,
prediction_land_area,
actual_internal_area,
actual_share_area,
actual_build_area,
actual_land_area,
room_use,
room_number,
decoration_situation,
house_type_id,
house_type_picture,
created_id,
created_at,
updated_at,
updated_id,
sale_status,
sold_status,
two_point_two,
order_num,
remark,
#{id,jdbcType=VARCHAR},
#{buildId,jdbcType=VARCHAR},
#{discId,jdbcType=VARCHAR},
#{groupId,jdbcType=VARCHAR},
#{roomNo,jdbcType=VARCHAR},
#{floor,jdbcType=VARCHAR},
#{predictionInternalArea,jdbcType=DOUBLE},
#{predictionShareArea,jdbcType=DOUBLE},
#{predictionBuildArea,jdbcType=DOUBLE},
#{predictionLandArea,jdbcType=DOUBLE},
#{actualInternalArea,jdbcType=DOUBLE},
#{actualShareArea,jdbcType=DOUBLE},
#{actualBuildArea,jdbcType=DOUBLE},
#{actualLandArea,jdbcType=DOUBLE},
#{roomUse,jdbcType=INTEGER},
#{roomNumber,jdbcType=VARCHAR},
#{decorationSituation,jdbcType=INTEGER},
#{houseTypeId,jdbcType=VARCHAR},
#{houseTypePicture,jdbcType=VARCHAR},
#{createdId,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{updatedId,jdbcType=VARCHAR},
#{saleStatus,jdbcType=INTEGER},
#{soldStatus,jdbcType=INTEGER},
#{twoPointTwo,jdbcType=VARCHAR},
#{orderNum,jdbcType=VARCHAR},
#{remark,jdbcType=LONGVARCHAR},
update park_room
id = #{record.id,jdbcType=VARCHAR},
build_id = #{record.buildId,jdbcType=VARCHAR},
disc_id = #{record.discId,jdbcType=VARCHAR},
group_id = #{record.groupId,jdbcType=VARCHAR},
room_no = #{record.roomNo,jdbcType=VARCHAR},
floor = #{record.floor,jdbcType=VARCHAR},
prediction_internal_area = #{record.predictionInternalArea,jdbcType=DOUBLE},
prediction_share_area = #{record.predictionShareArea,jdbcType=DOUBLE},
prediction_build_area = #{record.predictionBuildArea,jdbcType=DOUBLE},
prediction_land_area = #{record.predictionLandArea,jdbcType=DOUBLE},
actual_internal_area = #{record.actualInternalArea,jdbcType=DOUBLE},
actual_share_area = #{record.actualShareArea,jdbcType=DOUBLE},
actual_build_area = #{record.actualBuildArea,jdbcType=DOUBLE},
actual_land_area = #{record.actualLandArea,jdbcType=DOUBLE},
room_use = #{record.roomUse,jdbcType=INTEGER},
room_number = #{record.roomNumber,jdbcType=VARCHAR},
decoration_situation = #{record.decorationSituation,jdbcType=INTEGER},
house_type_id = #{record.houseTypeId,jdbcType=VARCHAR},
house_type_picture = #{record.houseTypePicture,jdbcType=VARCHAR},
created_id = #{record.createdId,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
updated_id = #{record.updatedId,jdbcType=VARCHAR},
sale_status = #{record.saleStatus,jdbcType=INTEGER},
sold_status = #{record.soldStatus,jdbcType=INTEGER},
two_point_two = #{record.twoPointTwo,jdbcType=VARCHAR},
order_num = #{record.orderNum,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=LONGVARCHAR},
update park_room
set id = #{record.id,jdbcType=VARCHAR},
build_id = #{record.buildId,jdbcType=VARCHAR},
disc_id = #{record.discId,jdbcType=VARCHAR},
group_id = #{record.groupId,jdbcType=VARCHAR},
room_no = #{record.roomNo,jdbcType=VARCHAR},
floor = #{record.floor,jdbcType=VARCHAR},
prediction_internal_area = #{record.predictionInternalArea,jdbcType=DOUBLE},
prediction_share_area = #{record.predictionShareArea,jdbcType=DOUBLE},
prediction_build_area = #{record.predictionBuildArea,jdbcType=DOUBLE},
prediction_land_area = #{record.predictionLandArea,jdbcType=DOUBLE},
actual_internal_area = #{record.actualInternalArea,jdbcType=DOUBLE},
actual_share_area = #{record.actualShareArea,jdbcType=DOUBLE},
actual_build_area = #{record.actualBuildArea,jdbcType=DOUBLE},
actual_land_area = #{record.actualLandArea,jdbcType=DOUBLE},
room_use = #{record.roomUse,jdbcType=INTEGER},
room_number = #{record.roomNumber,jdbcType=VARCHAR},
decoration_situation = #{record.decorationSituation,jdbcType=INTEGER},
house_type_id = #{record.houseTypeId,jdbcType=VARCHAR},
house_type_picture = #{record.houseTypePicture,jdbcType=VARCHAR},
created_id = #{record.createdId,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
updated_id = #{record.updatedId,jdbcType=VARCHAR},
sale_status = #{record.saleStatus,jdbcType=INTEGER},
sold_status = #{record.soldStatus,jdbcType=INTEGER},
two_point_two = #{record.twoPointTwo,jdbcType=VARCHAR},
order_num = #{record.orderNum,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=LONGVARCHAR}
update park_room
set id = #{record.id,jdbcType=VARCHAR},
build_id = #{record.buildId,jdbcType=VARCHAR},
disc_id = #{record.discId,jdbcType=VARCHAR},
group_id = #{record.groupId,jdbcType=VARCHAR},
room_no = #{record.roomNo,jdbcType=VARCHAR},
floor = #{record.floor,jdbcType=VARCHAR},
prediction_internal_area = #{record.predictionInternalArea,jdbcType=DOUBLE},
prediction_share_area = #{record.predictionShareArea,jdbcType=DOUBLE},
prediction_build_area = #{record.predictionBuildArea,jdbcType=DOUBLE},
prediction_land_area = #{record.predictionLandArea,jdbcType=DOUBLE},
actual_internal_area = #{record.actualInternalArea,jdbcType=DOUBLE},
actual_share_area = #{record.actualShareArea,jdbcType=DOUBLE},
actual_build_area = #{record.actualBuildArea,jdbcType=DOUBLE},
actual_land_area = #{record.actualLandArea,jdbcType=DOUBLE},
room_use = #{record.roomUse,jdbcType=INTEGER},
room_number = #{record.roomNumber,jdbcType=VARCHAR},
decoration_situation = #{record.decorationSituation,jdbcType=INTEGER},
house_type_id = #{record.houseTypeId,jdbcType=VARCHAR},
house_type_picture = #{record.houseTypePicture,jdbcType=VARCHAR},
created_id = #{record.createdId,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
updated_id = #{record.updatedId,jdbcType=VARCHAR},
sale_status = #{record.saleStatus,jdbcType=INTEGER},
sold_status = #{record.soldStatus,jdbcType=INTEGER},
two_point_two = #{record.twoPointTwo,jdbcType=VARCHAR},
order_num = #{record.orderNum,jdbcType=VARCHAR}
update park_room
build_id = #{buildId,jdbcType=VARCHAR},
disc_id = #{discId,jdbcType=VARCHAR},
group_id = #{groupId,jdbcType=VARCHAR},
room_no = #{roomNo,jdbcType=VARCHAR},
floor = #{floor,jdbcType=VARCHAR},
prediction_internal_area = #{predictionInternalArea,jdbcType=DOUBLE},
prediction_share_area = #{predictionShareArea,jdbcType=DOUBLE},
prediction_build_area = #{predictionBuildArea,jdbcType=DOUBLE},
prediction_land_area = #{predictionLandArea,jdbcType=DOUBLE},
actual_internal_area = #{actualInternalArea,jdbcType=DOUBLE},
actual_share_area = #{actualShareArea,jdbcType=DOUBLE},
actual_build_area = #{actualBuildArea,jdbcType=DOUBLE},
actual_land_area = #{actualLandArea,jdbcType=DOUBLE},
room_use = #{roomUse,jdbcType=INTEGER},
room_number = #{roomNumber,jdbcType=VARCHAR},
decoration_situation = #{decorationSituation,jdbcType=INTEGER},
house_type_id = #{houseTypeId,jdbcType=VARCHAR},
house_type_picture = #{houseTypePicture,jdbcType=VARCHAR},
created_id = #{createdId,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
updated_id = #{updatedId,jdbcType=VARCHAR},
sale_status = #{saleStatus,jdbcType=INTEGER},
sold_status = #{soldStatus,jdbcType=INTEGER},
two_point_two = #{twoPointTwo,jdbcType=VARCHAR},
order_num = #{orderNum,jdbcType=VARCHAR},
remark = #{remark,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=VARCHAR}
update park_room
set build_id = #{buildId,jdbcType=VARCHAR},
disc_id = #{discId,jdbcType=VARCHAR},
group_id = #{groupId,jdbcType=VARCHAR},
room_no = #{roomNo,jdbcType=VARCHAR},
floor = #{floor,jdbcType=VARCHAR},
prediction_internal_area = #{predictionInternalArea,jdbcType=DOUBLE},
prediction_share_area = #{predictionShareArea,jdbcType=DOUBLE},
prediction_build_area = #{predictionBuildArea,jdbcType=DOUBLE},
prediction_land_area = #{predictionLandArea,jdbcType=DOUBLE},
actual_internal_area = #{actualInternalArea,jdbcType=DOUBLE},
actual_share_area = #{actualShareArea,jdbcType=DOUBLE},
actual_build_area = #{actualBuildArea,jdbcType=DOUBLE},
actual_land_area = #{actualLandArea,jdbcType=DOUBLE},
room_use = #{roomUse,jdbcType=INTEGER},
room_number = #{roomNumber,jdbcType=VARCHAR},
decoration_situation = #{decorationSituation,jdbcType=INTEGER},
house_type_id = #{houseTypeId,jdbcType=VARCHAR},
house_type_picture = #{houseTypePicture,jdbcType=VARCHAR},
created_id = #{createdId,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
updated_id = #{updatedId,jdbcType=VARCHAR},
sale_status = #{saleStatus,jdbcType=INTEGER},
sold_status = #{soldStatus,jdbcType=INTEGER},
two_point_two = #{twoPointTwo,jdbcType=VARCHAR},
order_num = #{orderNum,jdbcType=VARCHAR},
remark = #{remark,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=VARCHAR}
update park_room
set build_id = #{buildId,jdbcType=VARCHAR},
disc_id = #{discId,jdbcType=VARCHAR},
group_id = #{groupId,jdbcType=VARCHAR},
room_no = #{roomNo,jdbcType=VARCHAR},
floor = #{floor,jdbcType=VARCHAR},
prediction_internal_area = #{predictionInternalArea,jdbcType=DOUBLE},
prediction_share_area = #{predictionShareArea,jdbcType=DOUBLE},
prediction_build_area = #{predictionBuildArea,jdbcType=DOUBLE},
prediction_land_area = #{predictionLandArea,jdbcType=DOUBLE},
actual_internal_area = #{actualInternalArea,jdbcType=DOUBLE},
actual_share_area = #{actualShareArea,jdbcType=DOUBLE},
actual_build_area = #{actualBuildArea,jdbcType=DOUBLE},
actual_land_area = #{actualLandArea,jdbcType=DOUBLE},
room_use = #{roomUse,jdbcType=INTEGER},
room_number = #{roomNumber,jdbcType=VARCHAR},
decoration_situation = #{decorationSituation,jdbcType=INTEGER},
house_type_id = #{houseTypeId,jdbcType=VARCHAR},
house_type_picture = #{houseTypePicture,jdbcType=VARCHAR},
created_id = #{createdId,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
updated_id = #{updatedId,jdbcType=VARCHAR},
sale_status = #{saleStatus,jdbcType=INTEGER},
sold_status = #{soldStatus,jdbcType=INTEGER},
two_point_two = #{twoPointTwo,jdbcType=VARCHAR},
order_num = #{orderNum,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}