Commit 6d86d8bd by 田超

Merge branch 'feature/1004461-1' into 'master'

bug: [none] RAYS编辑端小优化-微信群作品增加作者id

See merge request rays/pcloud-book!1251
parents 4f767813 f4b2b6f3
......@@ -3122,6 +3122,7 @@ public class BookGroupBizImpl implements BookGroupBiz {
bookGroupServe.setFromType(productDto.getProductTypeDto().getTypeName());
}
bookGroupServe.setIsSuper(isSuperMap.get(bookGroupServe.getServeId()));
bookGroupServe.setMerchantId(productDto.getAuthor());
}
}
if (AppAndProductTypeEnum.APP.value.equals(bookGroupServe.getServeType())) {
......
......@@ -68,4 +68,7 @@ public class BookGroupServe extends BaseEntity {
private String typeCode;
private Long bookId;
@ApiModelProperty("作者id")
private Long merchantId;
}
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