소스 검색

不注册用户也可以收到消息

zhengqiang 4 년 전
부모
커밋
558081e66f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      common/src/main/resources/mapper/bus/UserInfo.xml

+ 1 - 0
common/src/main/resources/mapper/bus/UserInfo.xml

@@ -122,6 +122,7 @@
 		select * from bus_user_info
 		select * from bus_user_info
 		where del_flag = 0
 		where del_flag = 0
 		and phone_ = #{phone}
 		and phone_ = #{phone}
+		limit 1
 		]]>
 		]]>
 	</select>
 	</select>