Procházet zdrojové kódy

私有渠道排序修改

anderx před 3 roky
rodič
revize
7e5caac2c8

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