法规清单导出
This commit is contained in:
+1
-1
@@ -4450,7 +4450,7 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
||||
fileTemp.mkdirs();
|
||||
//文件
|
||||
exportFile(dataList,fileInfos);
|
||||
String excelName = projectLawsInventoryEO.getExcelName();
|
||||
String excelName = projectLawsInventoryEO.getExcelName()+".xlsx";
|
||||
// String excelName = "";
|
||||
// if(CutEnum.CN.getValue().equals(projectLawsInventoryEO.getCut())){
|
||||
// excelName = "法规清单.xlsx";
|
||||
|
||||
Reference in New Issue
Block a user