Ver código fonte

[ST24PRJ-560] [결함][SCM] 송장업로드 시 엑셀 에러

card007 4 anos atrás
pai
commit
b811b8a0fd

+ 1 - 1
src/main/java/com/style24/scm/biz/web/TssOrderController.java

@@ -228,7 +228,7 @@ public class TssOrderController extends TssBaseController {
 				, "delvMemo"
 		};
 		
-		Collection<GagaMap> ecxelList = GagaExcelUtil.getList(GagaFileUtil.getConcatenationPath(targetPath, order.getExcelFileNm()), 3, cellName, 0);
+		Collection<GagaMap> ecxelList = GagaExcelUtil.getList(GagaFileUtil.getConcatenationPath(targetPath, order.getExcelFileNm()), 2, cellName, 0);
 		
 		// 3. 주문목록 매퍼 등록
 		Collection<Order> orderList = new ArrayList<>();