67670 修改。
This commit is contained in:
+2
-2
@@ -444,9 +444,9 @@ public class AuthDummyInventoryInfoEOServiceImpl extends ServiceImpl<AuthDummyIn
|
|||||||
//文件
|
//文件
|
||||||
String excelName = "";
|
String excelName = "";
|
||||||
if(CutEnum.CN.getValue().equals(authDummyInventoryInfoEO.getCut())){
|
if(CutEnum.CN.getValue().equals(authDummyInventoryInfoEO.getCut())){
|
||||||
excelName = baseList.get(0).getName() + " 虚拟认证清单.xlsx";
|
excelName = baseList.get(0).getName() + " 市场认证清单.xlsx";
|
||||||
}else{
|
}else{
|
||||||
excelName = baseList.get(0).getName() + " Virtual Authentication list.xlsx";
|
excelName = baseList.get(0).getName() + " Market Certification List.xlsx";
|
||||||
}
|
}
|
||||||
//excel
|
//excel
|
||||||
OutputStream excelOS = new FileOutputStream(path + File.separator + excelName);
|
OutputStream excelOS = new FileOutputStream(path + File.separator + excelName);
|
||||||
|
|||||||
Reference in New Issue
Block a user