mirror of
https://github.com/dataease/dataease.git
synced 2026-06-10 14:17:06 +08:00
fix(X-Pack): 定时报告-查询组件设置默认值对导出 Excel无效 #18491
This commit is contained in:
committed by
fit2cloud-chenyw
parent
7b47af38b8
commit
9bc2c5cf5c
@@ -26,6 +26,7 @@ public class ServletUtils {
|
||||
|
||||
public static String getHead(String key) {
|
||||
HttpServletRequest request = request();
|
||||
if (ObjectUtils.isEmpty(request)) return null;
|
||||
return request.getHeader(key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user