Browse Source

私有渠道排序修改

anderx 3 years ago
parent
commit
7e5caac2c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -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>