Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
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
徐少华
midjourney-proxy
Commits
6138215f
Commit
6138215f
authored
Jun 02, 2021
by
田超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/guanpei' into 'master'
feat: [none] 馆配 See merge request rays/pcloud-book!1319
parents
61b0829c
6b9d1e70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
ResourcePageDao.xml
...-book/src/main/resources/mapper/group/ResourcePageDao.xml
+5
-1
No files found.
pcloud-service-book/src/main/resources/mapper/group/ResourcePageDao.xml
View file @
6138215f
...
...
@@ -92,6 +92,7 @@
p.scene_id
FROM
resource_page p
LEFT JOIN resource_page_item i ON p.id = i.resource_page_id
WHERE
p.book_id = #{bookId}
<if
test=
"channelId != null"
>
...
...
@@ -100,9 +101,12 @@
<if
test=
"adviserId != null"
>
AND p.create_user = #{adviserId}
</if>
GROUP BY
p.id
ORDER BY
p.open_rays DESC,
p.create_time DESC
COUNT(i.id) DESC,
p.update_time DESC
LIMIT 1
</select>
...
...
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