|
|
|
@ -2,6 +2,9 @@ package com.cweb.controller.group; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
|
import com.hai.common.exception.ErrorCode; |
|
|
|
|
import com.hai.common.exception.ErrorHelp; |
|
|
|
|
import com.hai.common.exception.SysCode; |
|
|
|
|
import com.hai.common.security.SessionObject; |
|
|
|
|
import com.hai.common.security.UserCenter; |
|
|
|
|
import com.hai.common.utils.ResponseMsgUtil; |
|
|
|
@ -113,6 +116,9 @@ public class GroupController { |
|
|
|
|
|
|
|
|
|
HighGroupCode highGroupCode = groupCodeService.findGroupCode(map); |
|
|
|
|
|
|
|
|
|
if (highGroupCode == null) { |
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "未找到相关内容"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
JSONObject object = groupService.getGroupContent(highGroupCode.getGroupId()); |
|
|
|
|
|
|
|
|
|