Skip to content

Commit

Permalink
ソート修正
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyKitten committed Dec 2, 2024
1 parent 7ca0448 commit 10e7e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions stationapi/src/infrastructure/station_repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ impl InternalStationRepository {
sta.station_cd = sst.station_cd
AND sta.e_status = 0
ORDER BY
sst_id
sst.id
)
UNION ALL
(
Expand Down Expand Up @@ -1159,8 +1159,8 @@ impl InternalStationRepository {
sst.line_group_cd IS NULL
AND sta.e_status = 0
ORDER BY
e_sort,
station_cd
sta.e_sort,
sta.station_cd
)",
from_station_id,
to_station_id,
Expand Down

0 comments on commit 10e7e24

Please sign in to comment.