|
@@ -729,8 +729,8 @@ public class GyDataServiceImpl implements GyDataService {
|
|
|
list.add(data);
|
|
|
}
|
|
|
log.info("list size:" + list.size());
|
|
|
- String decFile = bootdoConfig.getUploadPath() + "数据目录备案导出信息.xlsx";
|
|
|
- String encFile = bootdoConfig.getUploadPath() + "数据目录备案加密导出信息.xlsx";
|
|
|
+ String decFile = bootdoConfig.getUploadPath() + "数据备案导出信息.xlsx";
|
|
|
+ String encFile = bootdoConfig.getUploadPath() + "数据备案加密导出信息.xlsx";
|
|
|
|
|
|
ExcelUtils.encryptExport(responses, EncryptExcelDO.class,list,bootdoConfig.getCrtPrival(),decFile,encFile);
|
|
|
}
|