...
|
...
|
@@ -389,7 +389,7 @@ class CartData |
|
|
$param['delivery_way'] = $deliveryWay;
|
|
|
if (!empty($invoices['invoices_type_id'])) {
|
|
|
//发票内容id--图书:1
|
|
|
$param[' invoice_content'] = $invoices['invoices_type_id'];
|
|
|
$param['invoice_content'] = $invoices['invoices_type_id'];
|
|
|
}
|
|
|
if (!empty($invoices['invoices_type'])) {
|
|
|
//数字类型 发票类型 /**纸质 1 ,电子 2 */
|
...
|
...
|
|