Commit c69556c6 authored by fangxinjiang's avatar fangxinjiang

客户服务平台-fxj

parent 05e180ef
...@@ -446,6 +446,6 @@ ...@@ -446,6 +446,6 @@
where a.user_id in ( where a.user_id in (
select c.user_id from sys_user_dept_permission c select c.user_id from sys_user_dept_permission c
where c.project_no in (SELECT project_no from sys_user_dept_permission where dept_id=#{deptId}) where c.project_no in (SELECT project_no from sys_user_dept_permission where dept_id=#{deptId})
) ) and a.del_flag='0'
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment