查询附近的人(可以查看版)

This commit is contained in:
2026-01-07 16:27:35 +08:00
parent d8d46ab089
commit 31fd23afa8
7 changed files with 126 additions and 3 deletions

View File

@@ -43,8 +43,10 @@
hobbies,
signature,
created_at,
updated_at
FROM user WHERE user_id = #{userId}
updated_at,
user_latitude,
user_longitude
FROM dating.user WHERE user_id = #{userId}
</select>
<!--根据ID更新动态-->