@@ -1531,6 +1531,7 @@
user b
where b.status = 0 and b.channel =0 and new_channel=0 and b.share_type=0
and b.nickname like concat('%',#{name},'%')
+ and b.aid =#{aid}
</select>
<select id="selectSignedCustomerByName" resultType="com.goafanti.customer.bo.CustomerSimpleBo">