Commit 25f4f420 by pansy

bug: [1024267]

parent bf45ffb4
......@@ -85,4 +85,7 @@ public class GroupActivity4AppletDTO implements Serializable {
@ApiModelProperty("服务类型;GROUP、NEWS、PLAN")
private String serveType;
@ApiModelProperty("serveId")
private String serveId;
}
......@@ -286,7 +286,9 @@
a.second_classify AS secondClassify,
a.grade_label_id AS gradeLabelId,
a.subject_label_id AS subjectLabelId,
'GROUP' as serveType
'GROUP' as serveType,
'2' as groupType,
c.id as serveId
FROM
book_group_classify c
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