java110 il y a 5 ans
Parent
commit
9fc9e468ad

+ 1 - 1
java110-db/src/main/resources/mapper/user/OrgStaffRelServiceDaoImplMapper.xml

@@ -80,7 +80,7 @@
         uu.name staffName
         from u_org_staff_rel t,u_org uo,u_user uu
         where t.org_id = uo.org_id
-        and t.staff_id = uu.staff_id
+        and t.staff_id = uu.user_id
         and uu.status_cd = '0'
         and uo.status_cd = '0'
         <if test="relId !=null and relId != ''">