完善积木报表的集成

This commit is contained in:
YunaiV
2022-07-28 09:29:51 +08:00
parent 40520b6c88
commit d872676748
16 changed files with 177 additions and 56 deletions

View File

@ -115,7 +115,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;