Commit ee1735c9 by songyinghui

feat: 销售线索通知过滤空串

parent 5fe4f80c
......@@ -296,7 +296,7 @@
<select id="staticsClerkInteractRecordNew" resultType="com.gic.haoban.manage.service.pojo.bo.content.PotentialCustomerStaticsBO">
select clerk_id clerkId, count(DISTINCT member_id) num
from tab_haoban_interact_record
where delete_flag = 0 and member_id is not null
where delete_flag = 0 and member_id is not null and member_id <![CDATA[ <> ]]> ''
<if test="clerkId != null and clerkId != ''">
and clerk_id = #{clerkId}
</if>
......
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