Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nbya
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoyanbin
nbya
Commits
6e2d6ec3
Commit
6e2d6ec3
authored
Jan 27, 2022
by
haoyanbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CreatedAt
parent
4d308d73
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
org_player.go
app/mobile/service/dto/org_player.go
+1
-0
org_player.go
app/mobile/service/org_player.go
+1
-1
No files found.
app/mobile/service/dto/org_player.go
View file @
6e2d6ec3
...
...
@@ -136,6 +136,7 @@ type OrgPlayerGetOrgMatchEvaluateReply struct {
WonderfulUrl
string
`json:"wonderfulUrl" comment:"精彩时刻url"`
WonderfulTitle
string
`json:"wonderfulTitle" comment:"精彩时刻标题"`
FileId
string
`json:"fileId" comment:"文件id"`
CreatedAt
string
`json:"createdAt" comment:"影像上传时间"`
}
type
OrgPlayerGetOrgMatchEvaluateContentReq
struct
{
...
...
app/mobile/service/org_player.go
View file @
6e2d6ec3
...
...
@@ -333,7 +333,7 @@ func (e *OrgPlayer) GetOrgMatchEvaluate(c *dto.OrgPlayerGetOrgMatchEvaluateReq,
var
err
error
err
=
e
.
Orm
.
Table
(
"org_match_evaluate_wonderful as omew"
)
.
Select
(
"omew.id, omew.wonderful_url, omew.wonderful_title, omew.file_id"
)
.
Select
(
"omew.id, omew.wonderful_url, omew.wonderful_title, omew.file_id
, omew.created_at
"
)
.
Joins
(
"left join org_match_evaluate as ome on ome.id = omew.match_evaluate_id"
)
.
Joins
(
"left join org_match as om on om.id = ome.match_id"
)
.
Scopes
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment