Commit 2c5f4279 by songyinghui

Merge branch 'bugfix_memberId_empry_str' into developer

parents 4b91f4f5 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