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
ff277847
Commit
ff277847
authored
Jun 23, 2020
by
吴博
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixbug/1002988-2' into 'master'
bug [1002988-2] 修复分类其他类型 See merge request rays/pcloud-book!773
parents
ae3d58a8
c4ea3915
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
BookBrowseRecordMapper.xml
...c/main/resources/mapper/record/BookBrowseRecordMapper.xml
+3
-2
No files found.
pcloud-service-book/src/main/resources/mapper/record/BookBrowseRecordMapper.xml
View file @
ff277847
...
...
@@ -72,8 +72,8 @@
</select>
<select
id=
"getClassifyStatistics"
resultType=
"com.pcloud.book.record.entity.ClassifyStatistics"
parameterType=
"map"
>
select
book_classify_id
classifyId,
a.classify_name
classifyName,
IFNULL(book_classify_id,0)
classifyId,
IFNULL(a.classify_name,"其他分类")
classifyName,
count((book_adviser_id)) bookCount
from
book_browse_record b
...
...
@@ -90,6 +90,7 @@
</choose>
</where>
group by book_classify_id
order by bookCount desc
</select>
<delete
id=
"deleteByPrimaryKey"
parameterType=
"java.lang.Long"
>
delete from book_browse_record
...
...
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