Commit 15f929b2 by 阮思源

加字段

parent 9c92c427
...@@ -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();
} }
} }
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment