Przeglądaj źródła

推送日志修改

anderx 1 rok temu
rodzic
commit
23cf98e885

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

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