Commit 500ec803 authored by alex yao's avatar alex yao

fix:npe

parent cfab4b23
......@@ -4,8 +4,8 @@ select baap.member_id as member_id,
baap.agent_desc as agent_desc,
baap.agent_avatar as agent_avatar
from biz_member_agent_application_collect bmaac
left join biz_agent_application_publish baap on baap.agent_id = bmaac.agent_id and baap.is_deleted = 'N'
where bmaac.is_deleted = 'N'
left join biz_agent_application_publish baap on baap.agent_id = bmaac.agent_id and bmaac.is_deleted = 'N'
where baap.is_deleted = 'N'
<<and bmaac.is_collect = :isCollect>>
<<and bmaac.member_id = :memberId>>
order by baap.created_time desc
\ 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