Commit f4b2b6f3 by 郑永强

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

parent 4f767813
......@@ -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