Commit becae978 by guojuxing

test

parent 2a99ecda
......@@ -69,7 +69,7 @@ public class CollaboratorController extends DownloadUtils{
report.setDataType(1);
//只适用于对接gic的登录拦截模块
report.setDataUrl((String) request.getAttribute("moduleMenuUrl"));
LOGGER.info("下载测试:{}", JSON.toJSONString(RequestContext.getContext().getRequest()));
LOGGER.info("下载测试:{}", JSON.toJSONString(RequestContext.getContext().getRequest().getAttributeNames()));
report.setEnterpriseId(userDetail.getEnterpriseId());
report.setFileName(fileName);
report.setReportEndTime(DateUtil.strToDate("2019-01-01 00:00:00", "yyyy-MM-dd HH:mm:ss"));
......
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