Kaynağa Gözat

凌云集团更改公司

peiguo 5 yıl önce
ebeveyn
işleme
0d1294750a

+ 4 - 4
whepi-web/src/main/resources/mapper/OutUserMapper.xml

@@ -11,8 +11,8 @@
         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 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>
             <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_unit uu on uu.unit_id = suh.unit_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>
             <if test="queryProperties != null and queryProperties != ''">
                 (