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
15f929b2
Commit
15f929b2
authored
Sep 18, 2019
by
阮思源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加字段
parent
9c92c427
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
GroupQrcodeInfo4Advertising.java
...om/pcloud/book/group/dto/GroupQrcodeInfo4Advertising.java
+14
-0
GroupQrcode.Mapper.xml
...ok/src/main/resources/mapper/group/GroupQrcode.Mapper.xml
+1
-0
No files found.
pcloud-facade-book/src/main/java/com/pcloud/book/group/dto/GroupQrcodeInfo4Advertising.java
View file @
15f929b2
...
@@ -103,6 +103,11 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
...
@@ -103,6 +103,11 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
*/
*/
private
Long
bookGroupId
;
private
Long
bookGroupId
;
/**
* 进群方式:1群二维码,2客服机器人
*/
private
Integer
joinGroupType
;
public
String
getWxGroupId
()
{
public
String
getWxGroupId
()
{
return
wxGroupId
;
return
wxGroupId
;
}
}
...
@@ -271,6 +276,14 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
...
@@ -271,6 +276,14 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
this
.
bookGroupId
=
bookGroupId
;
this
.
bookGroupId
=
bookGroupId
;
}
}
public
Integer
getJoinGroupType
()
{
return
joinGroupType
;
}
public
void
setJoinGroupType
(
Integer
joinGroupType
)
{
this
.
joinGroupType
=
joinGroupType
;
}
@Override
@Override
public
String
toString
()
{
public
String
toString
()
{
return
"GroupQrcodeInfo4Advertising{"
+
return
"GroupQrcodeInfo4Advertising{"
+
...
@@ -295,6 +308,7 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
...
@@ -295,6 +308,7 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
", advertisingSpaceNum="
+
advertisingSpaceNum
+
", advertisingSpaceNum="
+
advertisingSpaceNum
+
", classifyId="
+
classifyId
+
", classifyId="
+
classifyId
+
", bookGroupId="
+
bookGroupId
+
", bookGroupId="
+
bookGroupId
+
", joinGroupType="
+
joinGroupType
+
"} "
+
super
.
toString
();
"} "
+
super
.
toString
();
}
}
}
}
pcloud-service-book/src/main/resources/mapper/group/GroupQrcode.Mapper.xml
View file @
15f929b2
...
@@ -385,6 +385,7 @@
...
@@ -385,6 +385,7 @@
bg.pro_label_id proLabelId,
bg.pro_label_id proLabelId,
bg.pur_label_id purLabelId,
bg.pur_label_id purLabelId,
bg.id bookGroupId,
bg.id bookGroupId,
bg.join_group_type joinGroupType,
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