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
68007b9c
Commit
68007b9c
authored
Aug 20, 2019
by
杨涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 字段缺少
parent
87e609e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
BookGroupClassifyVO.java
...in/java/com/pcloud/book/group/vo/BookGroupClassifyVO.java
+12
-0
BookGroupClassify.Mapper.xml
.../main/resources/mapper/group/BookGroupClassify.Mapper.xml
+1
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/group/vo/BookGroupClassifyVO.java
View file @
68007b9c
...
@@ -30,6 +30,9 @@ public class BookGroupClassifyVO {
...
@@ -30,6 +30,9 @@ public class BookGroupClassifyVO {
@ApiModelProperty
(
"群二维码名称"
)
@ApiModelProperty
(
"群二维码名称"
)
private
String
groupQrcodeName
;
private
String
groupQrcodeName
;
@ApiModelProperty
(
"群数量"
)
private
Integer
groupsCount
;
@ApiModelProperty
(
"群人数"
)
@ApiModelProperty
(
"群人数"
)
private
Integer
userNumber
;
private
Integer
userNumber
;
...
@@ -102,6 +105,14 @@ public class BookGroupClassifyVO {
...
@@ -102,6 +105,14 @@ public class BookGroupClassifyVO {
this
.
groupQrcodeName
=
groupQrcodeName
;
this
.
groupQrcodeName
=
groupQrcodeName
;
}
}
public
Integer
getGroupsCount
()
{
return
groupsCount
;
}
public
void
setGroupsCount
(
Integer
groupsCount
)
{
this
.
groupsCount
=
groupsCount
;
}
public
Integer
getUserNumber
()
{
public
Integer
getUserNumber
()
{
return
userNumber
;
return
userNumber
;
}
}
...
@@ -175,6 +186,7 @@ public class BookGroupClassifyVO {
...
@@ -175,6 +186,7 @@ public class BookGroupClassifyVO {
", classify='"
+
classify
+
'\''
+
", classify='"
+
classify
+
'\''
+
", bookGroupId='"
+
bookGroupId
+
'\''
+
", bookGroupId='"
+
bookGroupId
+
'\''
+
", groupQrcodeName='"
+
groupQrcodeName
+
'\''
+
", groupQrcodeName='"
+
groupQrcodeName
+
'\''
+
", groupsCount="
+
groupsCount
+
", userNumber="
+
userNumber
+
", userNumber="
+
userNumber
+
", weekActiveNumber="
+
weekActiveNumber
+
", weekActiveNumber="
+
weekActiveNumber
+
", proLabelId="
+
proLabelId
+
", proLabelId="
+
proLabelId
+
...
...
pcloud-service-book/src/main/resources/mapper/group/BookGroupClassify.Mapper.xml
View file @
68007b9c
...
@@ -430,6 +430,7 @@
...
@@ -430,6 +430,7 @@
<select
id=
"listGroupClassify4Clock"
resultType=
"com.pcloud.book.group.vo.BookGroupClassifyVO"
parameterType=
"map"
>
<select
id=
"listGroupClassify4Clock"
resultType=
"com.pcloud.book.group.vo.BookGroupClassifyVO"
parameterType=
"map"
>
SELECT
SELECT
c.id classifyId,
c.id classifyId,
count(DISTINCT g.id) groupsCount,
c.book_id bookId,
c.book_id bookId,
b.BOOK_NAME bookName,
b.BOOK_NAME bookName,
c.classify,
c.classify,
...
...
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