|
@@ -228,7 +228,7 @@ public class TssOrderController extends TssBaseController {
|
|
|
, "delvMemo"
|
|
, "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. 주문목록 매퍼 등록
|
|
// 3. 주문목록 매퍼 등록
|
|
|
Collection<Order> orderList = new ArrayList<>();
|
|
Collection<Order> orderList = new ArrayList<>();
|