新增报表设计器、大屏设计器

This commit is contained in:
YunaiV
2023-02-08 23:20:11 +08:00
parent a81f5de321
commit b0409fc779
58 changed files with 1893 additions and 2190 deletions

View File

@@ -116,7 +116,7 @@ public class WebFrameworkUtils {
return (CommonResult<?>) request.getAttribute(REQUEST_ATTRIBUTE_COMMON_RESULT);
}
private static HttpServletRequest getRequest() {
public static HttpServletRequest getRequest() {
RequestAttributes requestAttributes = RequestContextHolder.getRequestAttributes();
if (!(requestAttributes instanceof ServletRequestAttributes)) {
return null;