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
9c92c427
Commit
9c92c427
authored
Sep 18, 2019
by
阮思源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加字段
parent
c6e893cb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletions
+31
-1
GroupQrcodeInfo4Advertising.java
...om/pcloud/book/group/dto/GroupQrcodeInfo4Advertising.java
+29
-1
GroupQrcode.Mapper.xml
...ok/src/main/resources/mapper/group/GroupQrcode.Mapper.xml
+2
-0
No files found.
pcloud-facade-book/src/main/java/com/pcloud/book/group/dto/GroupQrcodeInfo4Advertising.java
View file @
9c92c427
...
@@ -93,6 +93,16 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
...
@@ -93,6 +93,16 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
*/
*/
private
Integer
advertisingSpaceNum
;
private
Integer
advertisingSpaceNum
;
/**
* 分类id
*/
private
Long
classifyId
;
/**
* 社群码id
*/
private
Long
bookGroupId
;
public
String
getWxGroupId
()
{
public
String
getWxGroupId
()
{
return
wxGroupId
;
return
wxGroupId
;
}
}
...
@@ -245,6 +255,22 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
...
@@ -245,6 +255,22 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
this
.
purLabelName
=
purLabelName
;
this
.
purLabelName
=
purLabelName
;
}
}
public
Long
getClassifyId
()
{
return
classifyId
;
}
public
void
setClassifyId
(
Long
classifyId
)
{
this
.
classifyId
=
classifyId
;
}
public
Long
getBookGroupId
()
{
return
bookGroupId
;
}
public
void
setBookGroupId
(
Long
bookGroupId
)
{
this
.
bookGroupId
=
bookGroupId
;
}
@Override
@Override
public
String
toString
()
{
public
String
toString
()
{
return
"GroupQrcodeInfo4Advertising{"
+
return
"GroupQrcodeInfo4Advertising{"
+
...
@@ -267,6 +293,8 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
...
@@ -267,6 +293,8 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
", agentName='"
+
agentName
+
'\''
+
", agentName='"
+
agentName
+
'\''
+
", isOpen="
+
isOpen
+
", isOpen="
+
isOpen
+
", advertisingSpaceNum="
+
advertisingSpaceNum
+
", advertisingSpaceNum="
+
advertisingSpaceNum
+
'}'
;
", classifyId="
+
classifyId
+
", bookGroupId="
+
bookGroupId
+
"} "
+
super
.
toString
();
}
}
}
}
pcloud-service-book/src/main/resources/mapper/group/GroupQrcode.Mapper.xml
View file @
9c92c427
...
@@ -378,11 +378,13 @@
...
@@ -378,11 +378,13 @@
c.create_user adviserId,
c.create_user adviserId,
b.BOOK_NAME bookName,
b.BOOK_NAME bookName,
c.classify classify,
c.classify classify,
c.id classifyId,
g.user_number userNumber,
g.user_number userNumber,
g.qrcode_url qrcodeUrl,
g.qrcode_url qrcodeUrl,
bg.dep_label_id depLabelId,
bg.dep_label_id depLabelId,
bg.pro_label_id proLabelId,
bg.pro_label_id proLabelId,
bg.pur_label_id purLabelId,
bg.pur_label_id purLabelId,
bg.id bookGroupId,
IF (adp.is_open = 0, 0, 1) isOpen
IF (adp.is_open = 0, 0, 1) isOpen
FROM
FROM
book_group_qrcode g
book_group_qrcode g
...
...
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