Commit 9d4d63cd by jianan

离职的经纪人不能登录赢家平台

parent 9428a88e
...@@ -716,6 +716,7 @@ ...@@ -716,6 +716,7 @@
left join ag_acl_practitioner_setting s on p.id = s.practitioner_id left join ag_acl_practitioner_setting s on p.id = s.practitioner_id
left join ag_md_drop_options o on s.practitioner_level = o.id left join ag_md_drop_options o on s.practitioner_level = o.id
where c.login = #{mobileNo} where c.login = #{mobileNo}
and p.is_active = 1
</select> </select>
<select id="findByCustomerIdIsActive" resultType="com.yd.dal.entity.customer.AclPractitioner"> <select id="findByCustomerIdIsActive" resultType="com.yd.dal.entity.customer.AclPractitioner">
......
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