Commit 76bf7c9e by 田超

Merge branch 'fixbug/1024267' into 'master'

bug: [1024267] 【生产环境】【平台端】【技能配置】每周权益和长期权益先选编辑端的群,再选普通群,会导致普通群消失

See merge request rays/pcloud-book!804
parents bf45ffb4 25f4f420
...@@ -85,4 +85,7 @@ public class GroupActivity4AppletDTO implements Serializable { ...@@ -85,4 +85,7 @@ public class GroupActivity4AppletDTO implements Serializable {
@ApiModelProperty("服务类型;GROUP、NEWS、PLAN") @ApiModelProperty("服务类型;GROUP、NEWS、PLAN")
private String serveType; private String serveType;
@ApiModelProperty("serveId")
private String serveId;
} }
...@@ -286,7 +286,9 @@ ...@@ -286,7 +286,9 @@
a.second_classify AS secondClassify, a.second_classify AS secondClassify,
a.grade_label_id AS gradeLabelId, a.grade_label_id AS gradeLabelId,
a.subject_label_id AS subjectLabelId, a.subject_label_id AS subjectLabelId,
'GROUP' as serveType 'GROUP' as serveType,
'2' as groupType,
c.id as serveId
FROM FROM
book_group_classify c book_group_classify c
LEFT JOIN pcloud_group_activity a ON a.book_group_classify_id = c.id LEFT JOIN pcloud_group_activity a ON a.book_group_classify_id = c.id
......
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