Parcourir la source

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

zhengqiang il y a 4 ans
Parent
commit
558081e66f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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
 		where del_flag = 0
 		and phone_ = #{phone}
+		limit 1
 		]]>
 	</select>