|
@@ -8,10 +8,12 @@
|
|
|
park_room.room_no,
|
|
|
park_room.actual_internal_area,
|
|
|
park_room.actual_build_area,
|
|
|
- park_room.decoration_situation
|
|
|
+ park_room.decoration_situation,
|
|
|
+ frame_user.truename createdName
|
|
|
from room_selection_info
|
|
|
left join mnp_building on mnp_building.id = room_selection_info.build_id
|
|
|
left join park_room on park_room.id = room_selection_info.house_id
|
|
|
+ left join frame_user on frame_user.id = room_selection_info.created_id
|
|
|
<where>
|
|
|
<if test="customerManagementId !=null and customerManagementId != ''">
|
|
|
and room_selection_info.customer_management_id = #{customerManagementId}
|