|
@@ -1548,8 +1548,8 @@ public class MarkStudentServiceImpl extends ServiceImpl<MarkStudentMapper, MarkS
|
|
|
log.debug("导出Excel结束");
|
|
|
|
|
|
String zipFileName = downloadPathFile.getName() + SystemConstant.ZIP_PREFIX;
|
|
|
- SysUser sysUser1 = sysUserService.getById(ServletUtil.getRequestUserId());
|
|
|
- FileUtil.downloadEncryptZip(response, downloadPathFile, zipFileName, new String(Base64Util.decode(sysUser1.getPassword())));
|
|
|
+// SysUser sysUser1 = sysUserService.getById(ServletUtil.getRequestUserId());
|
|
|
+ FileUtil.downloadEncryptZip(response, downloadPathFile, zipFileName, null);
|
|
|
} catch (Exception e) {
|
|
|
throw new RuntimeException(e);
|
|
|
} finally {
|