mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
planin 작업 완료
This commit is contained in:
@@ -18,6 +18,7 @@ public class ExcelRequestManager {
|
|||||||
public List<HashMap<String, String>> parseExcelSpringMultiPart
|
public List<HashMap<String, String>> parseExcelSpringMultiPart
|
||||||
(Map<String, MultipartFile> files , String KeyStr, int fileKeyParam,String atchFileId ,String storePath,HttpServletRequest request) throws Exception{
|
(Map<String, MultipartFile> files , String KeyStr, int fileKeyParam,String atchFileId ,String storePath,HttpServletRequest request) throws Exception{
|
||||||
List<HashMap<String, String>> list = null;
|
List<HashMap<String, String>> list = null;
|
||||||
|
|
||||||
int fileKey = fileKeyParam;
|
int fileKey = fileKeyParam;
|
||||||
|
|
||||||
String storePathString = "";
|
String storePathString = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user