Commit e47fbc32 by jianan

战队成员信息过滤离职经纪人

parent 99daadff
...@@ -956,7 +956,8 @@ ...@@ -956,7 +956,8 @@
<select id="queryTeamAllPractitionerId" resultType="Long"> <select id="queryTeamAllPractitionerId" resultType="Long">
SELECT id from ag_acl_practitioner SELECT id from ag_acl_practitioner
where subordinate_system_id = where is_active = 1
and subordinate_system_id =
(select subordinate_system_id from ag_acl_practitioner where id = #{practitionerId,jdbcType=BIGINT}) (select subordinate_system_id from ag_acl_practitioner where id = #{practitionerId,jdbcType=BIGINT})
</select> </select>
......
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