uat-68-虚拟清单导出文件excel名称问题。
This commit is contained in:
+2
-2
@@ -2310,9 +2310,9 @@ public class DummyInventoryInfoEOServiceImpl extends ServiceImpl<DummyInventoryI
|
||||
exportFile(dataList,fileInfos);
|
||||
String excelName = "";
|
||||
if(CutEnum.CN.getValue().equals(dummyInventoryInfoEO.getCut())){
|
||||
excelName = "虚拟清单.xlsx";
|
||||
excelName = baseList.get(0).getName() + " 虚拟清单.xlsx";
|
||||
}else{
|
||||
excelName = "Virtual list.xlsx";
|
||||
excelName = baseList.get(0).getName() + " Virtual list.xlsx";
|
||||
}
|
||||
//excel
|
||||
OutputStream excelOS = new FileOutputStream(path + File.separator + excelName);
|
||||
|
||||
Reference in New Issue
Block a user