|
|
@@ -812,12 +812,12 @@ public class ExtmallOrder extends TscBaseDomain {
|
|
|
}
|
|
|
|
|
|
public String[] getParams() {
|
|
|
- String[] params = {this.ordDt, this.extmallId, this.extmallOrderId, this.agentOrderId, this.extmallProdId, this.goodsCd, this.sku, this.optCd, this.currPrice+"", this.ordQty+"", this.delvFee+"", this.ordNm, this.ordTelno, this.ordPhnno, this.ordEmail, this.recipNm, this.recipTelno, this.recipPhnno, this.recipZipcode, this.recipBaseAddr, this.recipDtlAddr, this.delvMemo};
|
|
|
+ String[] params = {this.ordDt, this.extmallId, this.extmallOrderId, this.agentOrderId, this.extmallProdId, this.sku, this.optCd, this.currPrice+"", this.ordQty+"", this.delvFee+"", this.ordNm, this.ordTelno, this.ordPhnno, this.ordEmail, this.recipNm, this.recipTelno, this.recipPhnno, this.recipZipcode, this.recipBaseAddr, this.recipDtlAddr, this.delvMemo};
|
|
|
return params;
|
|
|
}
|
|
|
|
|
|
public String[] getColumns() {
|
|
|
- String[] columns = {"주문일", "제휴몰ID", "제휴주문번호", "샵링커주문번호", "제휴상품코드", "자사상품코드", "상품명", "옵션코드", "판매가", "주문수량", "배송비", "주문자", "주문자전화번호", "주문자휴대폰번호", "주문자이메일", "수령자명", "수령자전화번호", "수령자휴대폰번호", "수령자우편번호", "수령자기본주소", "수령자상세주소", "배송메시지"};
|
|
|
+ String[] columns = {"주문일", "제휴몰ID", "제휴주문번호", "샵링커주문번호", "제휴상품코드", "자사상품코드", "옵션코드", "판매가", "주문수량", "배송비", "주문자", "주문자전화번호", "주문자휴대폰번호", "주문자이메일", "수령자명", "수령자전화번호", "수령자휴대폰번호", "수령자우편번호", "수령자기본주소", "수령자상세주소", "배송메시지"};
|
|
|
return columns;
|
|
|
}
|
|
|
}
|