Commit 99e39608 by songyinghui

Merge branch 'feature-content4-3' into developer

# Conflicts:
#	haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/role/HaobanRoleApiServiceImpl.java
parents 6aec005a 7510617c
......@@ -637,6 +637,7 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService {
enterpriseId = params;
}
List<String> menuCodes = new ArrayList<>();
menuCodes.add("knowledgeBase");
menuCodes.add("AICreate");
for (String tempId : enterpriseIds) {
......
......@@ -75,7 +75,7 @@ public class CommentController {
*/
@RequestMapping(path = "/list-comment")
public RestResponse<Page<CommentInfoVO>> listCommentInfoVo(CommentCountQO commentCountQO) {
ListMobileCommentQDTO mobileCommentQDTO = new ListMobileCommentQDTO();
ListMobileCommentQDTO mobileCommentQDTO = EntityUtil.changeEntityByJSON(ListMobileCommentQDTO.class, commentCountQO);
mobileCommentQDTO.setEnterpriseId(commentCountQO.getEnterpriseId());
mobileCommentQDTO.setContentMaterialId(commentCountQO.getContentMaterialId());
mobileCommentQDTO.setMemberId(commentCountQO.getClerkId());
......
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