|
@@ -11,8 +11,8 @@
|
|
left join sys_uptown_house suh on suh.house_id = uh.house_id
|
|
left join sys_uptown_house suh on suh.house_id = uh.house_id
|
|
left join sys_uptown_unit uu on uu.unit_id = suh.unit_id
|
|
left join sys_uptown_unit uu on uu.unit_id = suh.unit_id
|
|
left join sys_uptown su on su.uptown_id = uu.uptown_id
|
|
left join sys_uptown su on su.uptown_id = uu.uptown_id
|
|
- left join sys_user sur on sur.user_id = u.user_update
|
|
|
|
- left join sys_user sur1 on sur1.user_id = u.user_create
|
|
|
|
|
|
+ left join sys_user sur on sur.user_id = u.user_create
|
|
|
|
+ left join sys_user sur1 on sur1.user_id = u.user_update
|
|
<where>
|
|
<where>
|
|
<if test="queryProperties != null and queryProperties != ''">
|
|
<if test="queryProperties != null and queryProperties != ''">
|
|
(
|
|
(
|
|
@@ -42,8 +42,8 @@
|
|
left join sys_uptown_house suh on suh.house_id = uh.house_id
|
|
left join sys_uptown_house suh on suh.house_id = uh.house_id
|
|
left join sys_uptown_unit uu on uu.unit_id = suh.unit_id
|
|
left join sys_uptown_unit uu on uu.unit_id = suh.unit_id
|
|
left join sys_uptown su on su.uptown_id = uu.uptown_id
|
|
left join sys_uptown su on su.uptown_id = uu.uptown_id
|
|
- left join sys_user sur on sur.user_id = u.user_update
|
|
|
|
- left join sys_user sur1 on sur1.user_id = u.user_create
|
|
|
|
|
|
+ left join sys_user sur on sur.user_id = u.user_create
|
|
|
|
+ left join sys_user sur1 on sur1.user_id = u.user_update
|
|
<where>
|
|
<where>
|
|
<if test="queryProperties != null and queryProperties != ''">
|
|
<if test="queryProperties != null and queryProperties != ''">
|
|
(
|
|
(
|