planin 작업 완료

This commit is contained in:
Suh
2024-01-19 18:16:20 +09:00
parent 8a81165f2a
commit 3ae062f8d3

View File

@@ -18,6 +18,7 @@ public class ExcelRequestManager {
public List<HashMap<String, String>> parseExcelSpringMultiPart
(Map<String, MultipartFile> files , String KeyStr, int fileKeyParam,String atchFileId ,String storePath,HttpServletRequest request) throws Exception{
List<HashMap<String, String>> list = null;
int fileKey = fileKeyParam;
String storePathString = "";