|
|
|
@ -208,8 +208,15 @@ public class HighActivityInfoController { |
|
|
|
|
@RequestParam(value = "pageSize", required = true) Integer pageSize) { |
|
|
|
|
{ |
|
|
|
|
try { |
|
|
|
|
//发布人员
|
|
|
|
|
UserInfoModel userInfoModel = userCenter.getSessionModel(UserInfoModel.class); |
|
|
|
|
if (userInfoModel.getBsCompany() == null) { |
|
|
|
|
log.error("HighActivityInfoController -> editActivityInfo() error!","该主角色没有权限"); |
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.MENU_TREE_HAS_NOT_ERROR, ""); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
|
|
map.put("companyId", userInfoModel.getBsCompany().getId()); |
|
|
|
|
map.put("title", title); |
|
|
|
|
map.put("type", type); |
|
|
|
|
map.put("status", status); |
|
|
|
|