|
|
@@ -1638,7 +1638,7 @@
|
|
|
|
|
|
<select id="selectSignedCustomerByName" resultType="com.goafanti.customer.bo.CustomerSimpleBo">
|
|
|
select b.id,b.identify_name as name from user b
|
|
|
- where b.status != 1 and b.share_type = #{type}
|
|
|
+ where b.status != 1 and b.channel=1
|
|
|
and b.aid = #{aid} and b.identify_name like concat('%',#{name},'%')
|
|
|
</select>
|
|
|
|