|
|
@@ -327,7 +327,8 @@ public class TscOrderService {
|
|
|
, "할인금액"
|
|
|
, "실결제금액"
|
|
|
, "배송비"
|
|
|
- , "송장"
|
|
|
+ , "배송업체코드"
|
|
|
+ , "송장번호"
|
|
|
, "배송메모"
|
|
|
};
|
|
|
|
|
|
@@ -359,6 +360,7 @@ public class TscOrderService {
|
|
|
, "totDcAmt"
|
|
|
, "realOrdAmt"
|
|
|
, "realDelvAmt"
|
|
|
+ , "shipCompCd"
|
|
|
, "invoiceNo"
|
|
|
, "delvMemo"
|
|
|
};
|
|
|
@@ -392,6 +394,7 @@ public class TscOrderService {
|
|
|
, GagaExcelConstants.CellType.CHAR_CENTER.name()
|
|
|
, GagaExcelConstants.CellType.CHAR_CENTER.name()
|
|
|
, GagaExcelConstants.CellType.CHAR_CENTER.name()
|
|
|
+ , GagaExcelConstants.CellType.CHAR_CENTER.name()
|
|
|
};
|
|
|
|
|
|
GagaExcelResultHandler<Order> handler = new GagaExcelResultHandler<>(excelFilenameWithPath, "출고배송목록(입점)", listTitles, cellNames, cellTypes);
|