Authored by yyq

Merge branch 'hotfix/invoiceType' into gray

@@ -138,7 +138,8 @@ const orderSubmitAsync = (uid, cartType, addressId, deliveryTime, deliveryWay, p @@ -138,7 +138,8 @@ const orderSubmitAsync = (uid, cartType, addressId, deliveryTime, deliveryWay, p
138 invoices_title: other.invoicesTitle, 138 invoices_title: other.invoicesTitle,
139 invoice_content: other.invoicesContent, 139 invoice_content: other.invoicesContent,
140 receiverMobile: other.receiverMobile, 140 receiverMobile: other.receiverMobile,
141 - buyerTaxNumber: other.taxNumber 141 + buyerTaxNumber: other.taxNumber,
  142 + invoice_payable_type: other.taxNumber ? 2 : 1
142 }); 143 });
143 } 144 }
144 145