@@ -1507,7 +1507,7 @@
<select id="selectSignedCustomerByName" resultType="com.goafanti.customer.bo.CustomerSimpleBo">
select b.id,b.nickname as name from user b
- where b.status != 1 b.new_channel=0
+ where b.status != 1 and b.new_channel=0
<if test="type==2">
and b.channel=1
</if>