...
|
...
|
@@ -571,7 +571,7 @@ class IndexController extends AbstractAction |
|
|
$invoices['invoices_type_id'] = $orderInfo['invoiceType']; //发票类型ID
|
|
|
$invoices['invoices_type'] = $orderInfo['invoicesType']; //发票类型 /**纸质 1 ,电子 2 */
|
|
|
$invoices['receiverMobile'] = $orderInfo['receiverMobile']; //发票人手机
|
|
|
$invoices['invoices_title'] = $orderInfo['invoiceText']; //发票抬头
|
|
|
$invoices['invoices_title'] = empty($orderInfo['invoiceText']) ? '个人' : $orderInfo['invoiceText']; //发票抬头
|
|
|
}
|
|
|
|
|
|
/* 判断是否是友盟过来的用户 */
|
...
|
...
|
|