Sfoglia il codice sorgente

凌云集团更改公司

peiguo 5 anni fa
parent
commit
0d1294750a
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      whepi-web/src/main/resources/mapper/OutUserMapper.xml

+ 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 != ''">
                 (