Commit 8ef704af by daixing

添加返回自豪

parent 151e3e68
......@@ -437,8 +437,8 @@ public class BookGroupFacadeImpl implements BookGroupFacade {
@RequestParam(value = "bookGroupId",required = true) Long bookGroupId) throws BizException, PermissionException {
Map<String, Object> map = SessionUtil.getToken4Redis(token);
Long adviserId = (Long) map.get(SessionUtil.PARTY_ID);
bookGroupBiz.exportRescourceIncomeData(bookGroupId, adviserId);
return new ResponseDto<>();
Map<String, String> resultMap = bookGroupBiz.exportRescourceIncomeData(bookGroupId, adviserId);
return new ResponseDto<>(resultMap);
}
}
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