ソースを参照

技术经纪人显示BUG修复

anderx 8 年 前
コミット
5dfe2e8859
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/main/java/com/goafanti/common/mapper/AdminMapper.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/AdminMapper.xml

@@ -296,8 +296,8 @@
   </select>
   
    <select id="selectTechBroder" resultMap="BaseResultMap">
-    select
-  	  u.rid as rolesId, a.name
+      select
+  	  u.rid as rolesId, a.name,a.id, a.position
   	from user_role u
   	left join admin a on a.id =u.uid
   	left join role r on r.id =u.rid