Authored by 李靖

bug

... ... @@ -211,8 +211,6 @@ exports.orderSub = (req, res, next) => {
invoices_title: orderInfo.invoices_title ? orderInfo.invoices_title : invoices_title_personal
};
console.log(invoices);
// 购买方纳税人识别号
if (orderInfo.buyerTaxNumber) {
invoices.buyerTaxNumber = orderInfo.buyerTaxNumber;
... ...