Authored by cailing

电子发票修改

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