소스 검색

Merge branch 'test'

anderx 1 년 전
부모
커밋
ed0c1bedcc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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