Przeglądaj źródła

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

zhengqiang 4 lat temu
rodzic
commit
558081e66f

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