|
@@ -192,16 +192,38 @@ public class TssOrderController extends TssBaseController {
|
|
|
|
|
|
|
|
// 2. DB 처리 시 사용되는 파라미터명(셀명) 설정
|
|
// 2. DB 처리 시 사용되는 파라미터명(셀명) 설정
|
|
|
String[] cellName = {
|
|
String[] cellName = {
|
|
|
- "ordNo"
|
|
|
|
|
- , "ordDtlNo"
|
|
|
|
|
- , "goodsCd"
|
|
|
|
|
- , "optCd2"
|
|
|
|
|
- , "ordQty"
|
|
|
|
|
- , "shipCompCd"
|
|
|
|
|
- , "invoiceNo"
|
|
|
|
|
|
|
+ "supplyCompNm"
|
|
|
|
|
+ , "brandKnm"
|
|
|
|
|
+ , "ordNo"
|
|
|
|
|
+ , "ordDtlNo"
|
|
|
|
|
+ , "ordDtlStatNm"
|
|
|
|
|
+ , "ordNm"
|
|
|
|
|
+ , "ordDt"
|
|
|
|
|
+ , "payMeansNm"
|
|
|
|
|
+ , "ordPhnno"
|
|
|
|
|
+ , "recipNm"
|
|
|
|
|
+ , "recipPhnno"
|
|
|
|
|
+ , "recipZipcode"
|
|
|
|
|
+ , "recipBaseAddr"
|
|
|
|
|
+ , "recipDtlAddr"
|
|
|
|
|
+ , "supplyGoodsCd"
|
|
|
|
|
+ , "goodsCd"
|
|
|
|
|
+ , "goodsNm"
|
|
|
|
|
+ , "optCd2"
|
|
|
|
|
+ , "opt"
|
|
|
|
|
+ , "ordQty"
|
|
|
|
|
+ , "cnclRtnQty"
|
|
|
|
|
+ , "ordAmt"
|
|
|
|
|
+ , "cnclRtnAmt"
|
|
|
|
|
+ , "totDcAmt"
|
|
|
|
|
+ , "realOrdAmt"
|
|
|
|
|
+ , "realDelvAmt"
|
|
|
|
|
+ , "shipCompCd"
|
|
|
|
|
+ , "invoiceNo"
|
|
|
|
|
+ , "delvMemo"
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- Collection<GagaMap> ecxelList = GagaExcelUtil.getList(GagaFileUtil.getConcatenationPath(targetPath, order.getExcelFileNm()), 0, cellName, 0);
|
|
|
|
|
|
|
+ Collection<GagaMap> ecxelList = GagaExcelUtil.getList(GagaFileUtil.getConcatenationPath(targetPath, order.getExcelFileNm()), 3, cellName, 0);
|
|
|
|
|
|
|
|
// 3. 주문목록 매퍼 등록
|
|
// 3. 주문목록 매퍼 등록
|
|
|
Collection<Order> orderList = new ArrayList<>();
|
|
Collection<Order> orderList = new ArrayList<>();
|