Commit 15f929b2 by 阮思源

加字段

parent 9c92c427
......@@ -103,6 +103,11 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
*/
private Long bookGroupId;
/**
* 进群方式:1群二维码,2客服机器人
*/
private Integer joinGroupType;
public String getWxGroupId() {
return wxGroupId;
}
......@@ -271,6 +276,14 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
this.bookGroupId = bookGroupId;
}
public Integer getJoinGroupType() {
return joinGroupType;
}
public void setJoinGroupType(Integer joinGroupType) {
this.joinGroupType = joinGroupType;
}
@Override
public String toString() {
return "GroupQrcodeInfo4Advertising{" +
......@@ -295,6 +308,7 @@ public class GroupQrcodeInfo4Advertising extends BaseDto {
", advertisingSpaceNum=" + advertisingSpaceNum +
", classifyId=" + classifyId +
", bookGroupId=" + bookGroupId +
", joinGroupType=" + joinGroupType +
"} " + super.toString();
}
}
......@@ -385,6 +385,7 @@
bg.pro_label_id proLabelId,
bg.pur_label_id purLabelId,
bg.id bookGroupId,
bg.join_group_type joinGroupType,
IF (adp.is_open = 0, 0, 1) isOpen
FROM
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