瀏覽代碼

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

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
 		where del_flag = 0
 		and phone_ = #{phone}
+		limit 1
 		]]>
 	</select>