xiao547607 4 anni fa
parent
commit
e0d97ad943
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      common/src/main/resources/mapper/sys/User.xml

+ 1 - 1
common/src/main/resources/mapper/sys/User.xml

@@ -153,7 +153,7 @@
     </select>
     <select id="findByRoleIdAndCompanyId" resultMap="UserMap">
         SELECT
-            *
+            a.id_
         FROM
             sys_user a
             left join sys_user_role b on a.id_ = b.user_id and b.del_flag = 0