Commit 385be9eb by songyinghui

Merge branch 'bugfix_memberId_empry_str' into 'master'

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

See merge request !1187
parents 5fe4f80c ee1735c9
......@@ -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