Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

エクスポートデータの日付ソート #166

Closed
1 task done
urabe0225 opened this issue Jun 17, 2024 · 1 comment
Closed
1 task done

エクスポートデータの日付ソート #166

urabe0225 opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels

Comments

@urabe0225
Copy link
Collaborator

urabe0225 commented Jun 17, 2024

  • 昇順でソート
@urabe0225 urabe0225 added this to the 1.1リリース milestone Jun 17, 2024
@Sheile Sheile added the Backend label Jun 20, 2024
@Sheile
Copy link
Collaborator

Sheile commented Jun 20, 2024

修正箇所

https://github.com/c-3lab/oasismap/blob/main/backend/src/happiness/happiness-export.service.ts#L15

参考

https://orkhan.gitbook.io/typeorm/docs/find-options

order - selection order.
userRepository.find({
    order: {
        name: "ASC",
        id: "DESC",
    },
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants