Forráskód Böngészése

过滤已离职员工数据

syh 4 éve
szülő
commit
8fdb4333b5

+ 1 - 1
src/main/java/cn/com/ctop/okr/mapper/xml/QYWxDepartInfoMapper.xml

@@ -24,7 +24,7 @@
         select id,id as 'value',depart_name as 'label',parentid as 'parent_id' from wx_depart_info
     </select>
     <select id="getUserIdByDepartId" resultType="java.lang.String">
-        select user_id from wx_user_depart_map where depart_id = #{departId}
+        select userid from wx_user_depart_map where depart_id = #{departId}
     </select>