Skip to content

Commit 1c74355

Browse files
author
WeiziPlus
committed
1.0.6.2 示例导出excel变量重复
1 parent 86c257d commit 1c74355

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

springboot/demo-pc/src/main/java/com/weiziplus/pc/core/system/service/SysUserLogService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public void exportExcel(String startTime, String endTime) {
9292
add(new BaseWhere(SysUserLog.COLUMN_CREATE_TIME, BaseWhere.Where.MORE_THAN.getValue(), startTime));
9393
add(new BaseWhere(SysUserLog.COLUMN_CREATE_TIME, BaseWhere.Where.LESS_THAN_EQUAL.getValue(), endTime));
9494
}});
95-
HttpServletResponse response = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getResponse();
9695
ServletOutputStream outputStream = null;
9796
try {
9897
outputStream = response.getOutputStream();

0 commit comments

Comments
 (0)