Commit 7b61dd23 by yao.xiao

修改-列表查询

parent 111d8f2c
...@@ -299,7 +299,6 @@ ...@@ -299,7 +299,6 @@
and not EXISTS (select t.leads_assigned_id and not EXISTS (select t.leads_assigned_id
from ag_mkt_leads_assigned_track t from ag_mkt_leads_assigned_track t
where t.md_drop_option_id = #{dropOptionsId,jdbcType=BIGINT} where t.md_drop_option_id = #{dropOptionsId,jdbcType=BIGINT}
and t.practitioner_id = a.id
and a.id = t.leads_assigned_id); and a.id = t.leads_assigned_id);
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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