Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
65160394
Project
Commits
dd31de2c
Commit
dd31de2c
authored
2 weeks ago
by
65160394
Browse files
Options
Downloads
Patches
Plain Diff
Project Round 11
parent
58191c45
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/tourModel.js
+1
-1
1 addition, 1 deletion
models/tourModel.js
with
1 addition
and
1 deletion
models/tourModel.js
+
1
−
1
View file @
dd31de2c
...
...
@@ -79,7 +79,7 @@ class Tour {
// ดึงทัวร์ตาม ID
static
async
getTourById
(
tourId
)
{
const
query
=
`
SELECT t.id, t.name, t.description, t.price, t.duration, t.userId, c.name AS cname
SELECT t.id, t.name, t.description, t.price, t.duration, t.userId, c.
c
name AS cname
FROM tours t
JOIN company c ON t.companyid = c.id
WHERE t.id = ?`
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment