Skip to content

Commit

Permalink
fix: 收藏点不能显示
Browse files Browse the repository at this point in the history
  • Loading branch information
elpwc committed Jun 21, 2024
1 parent 9632506 commit a56a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/api/map.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
'delete_request' => (int)$row['delete_request'],
'ip' => $row['ip'],
'is_deleted' => (bool)(int)$row['is_deleted'],
'is_underground' => (int)$row['is_underground'],
'mapType' => (int)$row['is_underground'],
'is_lock' => (bool)(int)$row['is_lock'],
'position' => (int)$row['position'],
'create_date' => $row['create_date'],
Expand Down

0 comments on commit a56a3f6

Please sign in to comment.